package MyModule2; use warnings; use strict; sub authorize { print "auth\n"; } __PACKAGE__