Home
Random
Log in
Settings
Donate Now
If this site has been useful to you, please give today.
About Wikibooks
Disclaimers
Search
Perl Programming/Keywords/ PACKAGE
Language
Watch
Edit
<
Perl Programming
|
Keywords
Previous: __LINE__
Keywords
Next: abs
The
__PACKAGE__
keyword
edit
__PACKAGE__
is a special token that returns the package name in which it occurs.
Syntax
edit
__PACKAGE__
Previous: __LINE__
Keywords
Next: abs