package Test2; use Exporter; our @ISA = qw(Exporter); # notice that we don't even export anything sub showdollaramp { $&; } 1;