Help for this page
package my_mod; ... sub daddy{ print "Hi, Dad!!!\n";} 1;
#!/usr/bin/env perl ... my_mod::cat(); my_mod::daddy();