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 try, catch, eval, die, warn, carp - Jun 25, 2013
Scaup web publishing app update as of Feb 21, 2015 - Mar 02, 2015
Testing module to keep in mind - November 2002 - Jul 18, 2014
Loop through a Perl array - Oct 02, 2013
Perl Critic and Diag - Oct 09, 2013
more >>