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
Looping through Perl data types - Nov 25, 2013
Perl testing info links - Dec 03, 2013
Perl CGI processing application json data - Feb 25, 2015
Creating Perl Modules and OO Programming - Oct 17, 2013
Perl regex extracting domain name from URL code example - Oct 02, 2013
more >>