package MyPackage; use warnings; my $pkg_name = ; print "I'm currently in the $pkg_name package!"; exit 0;