use Exporter; #... @ISA = qw(Exporter); @EXPORT = qw(); @EXPORT_OK = qw(); %EXPORT_TAGS = ( DEFAULT => [qw()], Both => [qw()]);