NAME
Perl7::Handy - Handy Perl7 scripting environment on Perl5
SYNOPSIS
use Perl7::Handy;
DESCRIPTION
Perl7::Handy module provides easy Perl7 scripting environment onto perl 5.00503 or later.
gives caller package "use strict;"
gives caller package "use warnings;" (only perl 5.006 or later)
gives caller package "no bareword::filehandles;"
gives caller package "no multidimensional;"
removes ".(dot)" from @INC (CVE-2016-1238: Important unsafe module load path flaw)
AUTHOR
INABA Hitoshi <ina@cpan.org>
This project was originated by INABA Hitoshi.
LICENSE AND COPYRIGHT
This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
Announcing Perl 7 - perl.com
Import pragmas like strict and warnings into callers lexical scope - perlmonks.org
Perl import some modules in all subclasses - stackoverflow.com
open - perldoc.perl.org
Three-arg open() (Migrating to Modern Perl) - modernperlbooks.com
perl - open my $fh, "comand - 404 Blog Not Found
13.15. Creating Magic Variables with tie - Perl Cookbook
13.15. Creating Magic Variables with tie - Perl Cookbook, 2nd Edition
CVE-2016-1238 - CVE
CVE-2016-1238: Important unsafe module load path flaw - perl.org
ina - cpan.org
BackPAN - backpan.perl.org