Penguin
Annotated edit history of pl2pm(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PL2PM
2 !!!PL2PM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 LIMITATIONS
7 AUTHOR
8 ----
9 !!NAME
10
11
12 pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
13 !!SYNOPSIS
14
15
16 __pl2pm__ ''files''
17 !!DESCRIPTION
18
19
20 __pl2pm__ is a tool to aid in the conversion of
21 Perl4-style .pl library files to Perl5-style library
22 modules. Usually, your old .pl file will still work fine and
23 you should only use this tool if you plan to update your
24 library to use some of the newer Perl 5 features, such as
2 perry 25 !AutoLoading.
1 perry 26 !!LIMITATIONS
27
28
29 It's just a first step, but it's usually a good first
30 step.
31 !!AUTHOR
32
33
34 Larry Wall
35 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.