- or download this
$ perl -le'print __PACKAGE__'
main
- or download this
$ perl -le'print CORE::__PACKAGE__'
main
- or download this
$ perl -wle'BEGIN { *CORE::GLOBAL::__PACKAGE__ = sub () { "abc" }; } p
+rint __PACKAGE__'
abc
- or download this
$ perl -wle'print prototype "CORE::__PACKAGE__"'
Can't find an opnumber for "__PACKAGE__" at -e line 1.