perl-common-sense 3.0
"Common sense" Perl defaults
This module implements some sane defaults for Perl programs, as defined
by two typical (or not so typical - use your common sense) specimens of
Perl coders:
use strict qw(vars subs);
use feature qw(say state switch);
no warnings;
by two typical (or not so typical - use your common sense) specimens of
Perl coders:
use strict qw(vars subs);
use feature qw(say state switch);
no warnings;
Sign Up Now!
Get One Month Free!