Perl Programming/Keywords/ LINE

Previous: __FILE__ Keywords Next: __PACKAGE__

The __LINE__ keywordEdit

__LINE__ is a special token that returns the current line number.

SyntaxEdit

  __LINE__
Previous: __FILE__ Keywords Next: __PACKAGE__