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