in reply to loading a module only if you need it
-- Randal L. Schwartz, Perl hacker
touse FOO;
andrequire FOO; FOO->import();
touse FOO qw(BAR);
Thanks for that! But remember, you still don't get prototypes.require FOO; FOO->import(qw(BAR));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE (tilly) 2: loading a module only if you need it
by tilly (Archbishop) on Oct 09, 2000 at 20:40 UTC |