The Schworak Site | Log In | Up A Level

1. Executable programs or shell commands

Enter a Linux command to search for:

PL2PM

Section: Perl Programmers Reference Guide (1)
Updated: 2023-11-23
Index  |  Return to Main Contents
 

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 <larry@wall.org>


 

Index

NAME
SYNOPSIS
DESCRIPTION
LIMITATIONS
AUTHOR

Return to Main Contents

All content on this site is copyright ©2004-2024 and is not to be reproduced without prior permission.