package SomeModule; use strict; use warnings; sub func { print "I am in func in SomeModule\n"; } 1;