in reply to Re: Why is @flds not imported?
in thread Why is @flds not imported?
Yeah, it makes no sense to inherit from Exporter, so
use Exporter qw( import );
was added as an alternative to
use Exporter qw( ); push our @ISA, qw( Exporter );
back in 2004.
|
|---|