use MyPackage qw/arg1 arg2/ ; #### package MyPackage; require Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = qw(arg1 arg2); # symbols to export on request