Perl Programming/Keywords/ PACKAGE
Appearance
< Perl Programming | Keywords
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__