The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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