package Foo::Bar::Baz; use strict; use warnings; sub output2 {    print "Hello, this is " . _ _PACKAGE_ _ . "!\n"; } 42;