Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
Perl Programming/Keywords/ LINE
Language
Watch
Edit
<
Perl Programming
|
Keywords
Previous: __FILE__
Keywords
Next: __PACKAGE__
The
__LINE__
keyword
edit
__LINE__
is a special token that returns the current line number.
Syntax
edit
__LINE__
Previous: __FILE__
Keywords
Next: __PACKAGE__