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
Add HTML Scrubber to Junco - Oct 01, 2013
Perl code for date and time processing - Jul 08, 2013
Perl and Curl - Mar 23, 2015
Yo-Perl Readme - Aug 19, 2014
Perl CGI setting headers - Oct 04, 2013
more >>