Help for this page
use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPORT_OK = qw();
use Exporter; our *import = \&Exporter::import; our @ISA = qw(); # nope, no Exporter our @EXPORT = qw(); our @EXPORT_OK = qw();