Perl Programming/Keywords/ FILE
Appearance
< Perl Programming | Keywords
The __LINE__ keyword
[edit | edit source]__FILE__ is a special token that returns the name of the file where it occurs.
Syntax
[edit | edit source] __FILE__
Previous: __END__ | Keywords | Next: __LINE__ |
__FILE__ is a special token that returns the name of the file where it occurs.
__FILE__
Previous: __END__ | Keywords | Next: __LINE__ |