Go to main content
マニュアルページ セク ション 1: ユー ザーコマンド

印刷ビューの終了

更新: 2016年12月6日
 
 

pl2pm (1)

名前

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

形式

pl2pm files

説明

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



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                      2015-08-19                          PL2PM(1)