Perl was originally a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It quickly became a good language for many system management tasks. Over the years, Perl has grown into a general-purpose programming language. It's widely used for everything from quick "one-liners" to full-scale application development.
関連コマンド
コマンド | 概要 |
---|---|
perl5.32.1 perl5.32-x86_64-linux-gnu |
aliases for command perl. |
perlbug perlthanks |
how to submit bug reports on Perl. |
perldoc | The perldoc program gives you access to all the documentation that comes with Perl. You can get more documentation, tutorials and community support online at <https://www.perl.org/>. |
perlivp | Perl Installation Verification Procedure. It is set up at Perl source code build time to test the Perl version it was built under. It can be used after running: make install |
cpan cpan5.32-x86_64-linux-gnu |
This script provides a command interface (not a shell) to CPAN: Comprehensive Perl Archive Network. At the moment it uses CPAN.pm to do the work, but it is not a one-shot command runner for CPAN.pm. |
enc2xs | Perl Encode Module Generator |
h2ph | convert .h C header files to .ph Perl header files. |
h2xs | convert .h C header files to Perl extensions. |
libnetcfg | used to configure the libnet. Starting from perl 5.8 libnet is part of the standard Perl distribution, but the libnetcfg can be used for any libnet installation. |
piconv | is perl version of iconv, a character encoding converter widely available for various Unixen today. |