Perl conditional loading modules
http://perldoc.perl.org/Module/Load/Conditional.html
http://www.reddit.com/r/perl/comments/218ky9/conditionally_load_a_perl_module/
Chapter 12.3 of the Perl Cookbook, Delaying use Until Run Time has a lot to say about native methods, either autouse:
https://github.com/jberger/DeDuperizer/blob/master/deduperizer.pl
https://metacpan.org/pod/Class::Load
http://stackoverflow.com/questions/3945583/how-can-i-conditionally-use-a-module-in-perl
From JR's : articles
32 words - 714 chars 
created on  
updated on  
 - #
 source
 - versions
 
Related articles
Perl programming tools to test  - Nov 14, 2014
 
Probably my favorite Web apps to use and create  - Jan 15, 2014
 
Looping through Perl data types  - Nov 25, 2013
 
Perl and OAuth  - Dec 03, 2013
 
Perl Dancer Framework  - Dec 19, 2013
 
more >>