in reply to
Re: loading a module only if you need it
in thread
loading a module only if you need it
Not necessarily done. You may need to
import foo();
if the modules are exporting things to your current namespace.
Comment on
RE (tilly) 2: loading a module only if you need it
In Section
Seekers of Perl Wisdom