# file Foo.pm package Foo; sub slt { localtime(shift||time); } END { print "bye...\n" } 1;