# This can be a library file, like test.7.3.lib sub howdy { print "hello!\n"; } sub goodbye { print "goodbye!\n"; } 1