use Exporter; our @ISA = qw(Exporter); #### use Exporter qw( import ); # ... and DON'T set @ISA!