#file One.pm package One; BEGIN { print "Begin One\n" } sub import { print "Import One\n" } 1