Perl Programming/Keywords/ LINE
Appearance
The __LINE__ keyword
[edit | edit source]__LINE__ is a special token that returns the current line number.
Syntax
[edit | edit source] __LINE__
Previous: __FILE__ | Keywords | Next: __PACKAGE__ |
__LINE__ is a special token that returns the current line number.
__LINE__
Previous: __FILE__ | Keywords | Next: __PACKAGE__ |