Scratching My Needs
Pages
(Move to ...)
Home
Books reviewed
Must have CPAN modules
▼
2011-10-10
Perl - Modern Perl
Modern::Perl
perl module automatically loads :
use warnings; use strict; use 5.010;
These are essential stuff to load and "use Modern::Perl;" (17 characters) loads it all. This saves typing and now, more reason to use "strict", "warnings" with "modern" perl features. :)
Adios !!!
Ref :
CPAN :
http://search.cpan.org/~chromatic/Modern-Perl-1.03/lib/Modern/Perl.pm
Why :
http://www.modernperlbooks.com/mt/2009/01/toward-a-modernperl.html
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment