| (同じ利用者による、間の1版が非表示) | |||
| 9行目: | 9行目: | ||
|aliases for command perl. | |aliases for command perl. | ||
|- | |- | ||
!perlbug | !perlbug<br>perlthanks | ||
|how to submit bug reports on Perl. | |how to submit bug reports on Perl. | ||
|- | |- | ||
| 32行目: | 32行目: | ||
!libnetcfg | !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. | |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. | |||
|} | |} | ||
2023年1月6日 (金) 15:42時点における最新版
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. |