Help for this page
print "This is the package =>" . __PACKAGE__ . "<="; (or) $pack = __PACKAGE__; print "This is the package => $pack <=";
print "This is the package => __PACKAGE__ <=";