package PackageName; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(moo); # Put function names, seperated by spaces, # that you want to be able to use sub moo { # do stuff }