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 Dancer Framework - Dec 19, 2013
Perl HTML parsing modules - Oct 01, 2013
Perl code for string processing - Jul 06, 2013
Veery Blog App - April 2015 - Aug 03, 2015
Run perl script as a daemon - Nov 14, 2014
more >>