package ScrewyModule; sub import{ test(); } sub test{ print "in ScrewyModule.pm\n"; } 1;