Help for this page
use Exporter::Easy ( VERSION => \'1.01', EXPORT => [qw[ ... ]], # etc. ); # (Closing delimiters look so sad when alone like that.)
sub import { my $pkg= caller; push @{$pkg."::ISA"}, "Exporter"; ... *{$pkg."::".$key}= shift; } }