1PL2PM(1) Perl Programmers Reference Guide PL2PM(1)
2
3
4
6 pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
7
9 pl2pm files
10
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
19 It's just a first step, but it's usually a good first step.
20
22 Larry Wall <larry@wall.org>
23
24
25
26perl v5.28.2 2019-04-23 PL2PM(1)