Perl Programming/Keywords/ PACKAGE
Appearance
The __PACKAGE__ keyword
[edit | edit source]__PACKAGE__ is a special token that returns the package name in which it occurs.
Syntax
[edit | edit source] __PACKAGE__
Previous: __LINE__ | Keywords | Next: abs |
__PACKAGE__ is a special token that returns the package name in which it occurs.
__PACKAGE__
Previous: __LINE__ | Keywords | Next: abs |