# /tmp/foobar/Foo.pm package Foo; !! 'keep require happy'; sub baz { print 'Hello from ' . shift() . '::baz' . "\n"; } __END__