![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: suggested module/tools to automatically "tighten" my perlby snoopy (Curate) |
on Jun 22, 2012 at 01:13 UTC ( #977741=note: print w/replies, xml ) | Need Help?? |
Is lazy loading an option?
I.E. can you replace global use and require statements with a lazy loader such as autouse or Class::Autouse. Alternatively, can you require modules just in time? This could be of benefit:
In Section
Seekers of Perl Wisdom
|
|