The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Modern::Open - Autovivification, Autodie, and 3-args open support

SYNOPSIS

  use Modern::Open;

DESCRIPTION

Modern::Open provides autovivification and autodie support of open(), opendir(), sysopen(), pipe(), socket(), and accept() on perl 5.00503 or later. And supports three-argument open(), too.

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