11行目: 11行目:
!perlbug
!perlbug
|how to submit bug reports on Perl.
|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/>.
|-
|-
!cpan<br>cpan5.32-x86_64-linux-gnu
!cpan<br>cpan5.32-x86_64-linux-gnu

2023年1月6日 (金) 15:32時点における版

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 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/>.
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.