pl2pm
(1)
Name
pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm
modules.
Synopsis
pl2pm files
Description
Perl Programmers Reference Guide PL2PM(1)
NAME
pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm
modules.
SYNOPSIS
pl2pm files
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 <[email protected]>
ATTRIBUTES
See attributes(5) for descriptions of the following
attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | runtime/perl-512 |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
NOTES
This software was built from source available at
https://java.net/projects/solaris-userland. The original
community source was downloaded from
http://www.cpan.org/src/5.0/perl-5.12.5.tar.bz2
Further information about this software can be found on the
open source community website at http://www.perl.org/.
perl v5.12.5 Last change: 2014-06-17 1