# File: More_Foo.pm 1; # keep require happy package Foo; sub hello_2 { print "Still in Foo!\n"; } __END__