in reply to
Module Help
require Exporter; @ISA = qw(Exporter AutoLoader);
[download]
why do you use AutoLoader as a base class?
use base 'Exporter'; # short for require and @ISA
Comment on
Re:Module Help
Select
or
Download
Code
In Section
Seekers of Perl Wisdom