Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is it more memory efficient to call the subroutines using the Package->sub format instead of just importing them all using the Exporter module?my ($class,$othervars)=@_;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 1: Exporter
by tilly (Archbishop) on Jan 17, 2001 at 20:59 UTC | |
|
Re: Exporter
by davorg (Chancellor) on Jan 17, 2001 at 19:09 UTC |