man pl2pm – Man page for pl2pm
June 1, 2007 – 1:43 amPL2PM
Section: Perl Programmers Reference Guide (1)
Updated: 2007–11–08
Index
Return to Main Contents
NAME
pl2pm – Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
SYNOPSIS
DESCRIPTION
pl2pm is a tool to aid in the conversion of Perl4–style .pl
library files to Perl5–style library modules. Usually, your old .pl
file will still work fine and you should only use this tool if you
plan to update your library to use some of the newer Perl 5 features,
such as AutoLoading.
LIMITATIONS
It’s just a first step, but it’s usually a good first step.
AUTHOR
Larry Wall <larry@wall.org>
Index
Related posts:
- man h2ph – Man page for h2ph
- man ExtUtils::Constant::XS – Man page for ExtUtils::Constant::XS
- man ExtUtils::Constant::XS – Man page for ExtUtils::Constant::XS
- man AutoSplit – Man page for AutoSplit
- man wall – Man page for wall
- man perlplan9 – Man page for perlplan9
- man ExtUtils::MakeMaker::FAQ – Man page for ExtUtils::MakeMaker::FAQ
- man ExtUtils::MakeMaker::FAQ – Man page for ExtUtils::MakeMaker::FAQ
- man spi_saveplan – Man page for spi_saveplan
- man perllinux – Man page for perllinux