1PL2PM(1)               Perl Programmers Reference Guide               PL2PM(1)
2
3
4

NAME

6       pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
7

SYNOPSIS

9       pl2pm files
10

DESCRIPTION

12       pl2pm is a tool to aid in the conversion of Perl4-style .pl library
13       files to Perl5-style library modules.  Usually, your old .pl file will
14       still work fine and you should only use this tool if you plan to update
15       your library to use some of the newer Perl 5 features, such as
16       AutoLoading.
17

LIMITATIONS

19       It's just a first step, but it's usually a good first step.
20

AUTHOR

22       Larry Wall <larry@wall.org>
23
24
25
26perl v5.32.1                      2021-05-31                          PL2PM(1)
Impressum