# File: Foo.pm 1; # keep require happy package Foo; sub hello { print "Hello from Foo!\n"; } __END__