Mega Code Archive

 
Categories / Perl / Language Basics
 

You display the name of the current Perl package with __PACKAGE__

print __PACKAGE__;