diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:52 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:52 +0000 |
commit | f9bb38a24b19268957a630affdc91bd13f9b1f60 (patch) | |
tree | 866a3fd0b7ca55bc5659b2b8ffb63c7ad5825d2b /appendixa/perl-desc.xml | |
parent | f2243a550259c561406b5f6d5cec4c6cd6d55299 (diff) |
Updating contents of Perl and Procps.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/perl-desc.xml')
-rw-r--r-- | appendixa/perl-desc.xml | 53 |
1 files changed, 16 insertions, 37 deletions
diff --git a/appendixa/perl-desc.xml b/appendixa/perl-desc.xml index b739005bb..0ab682d7a 100644 --- a/appendixa/perl-desc.xml +++ b/appendixa/perl-desc.xml @@ -9,12 +9,17 @@ <para><command>dprofpp</command> displays perl profile data.</para> +<para><command>en2cxs</command> builds a Perl extension for the Encode module, +from either Unicode Character Mappings or Tcl Encoding Files.</para> + <para><command>find2perl</command> translates find commands to perl.</para> <para><command>h2ph</command> converts .h C header files to .ph Perl header files.</para> <para><command>h2xs</command> converts .h C header files to Perl extensions.</para> +<para><command>libnetcfg</command> can be used to configure the libnet.</para> + <para><command>perl</command> combines some of the best features of C, sed, awk and sh into a single swiss-army language.</para> @@ -26,6 +31,13 @@ Perl or the modules that come with it, and mail them.</para> <para><command>perldoc</command> displays a piece of documentation in pod format that is embedded in the perl installation tree or in a perl script.</para> +<para><command>perlivp</command> is the Perl Installation Verification +Procedure. It can be used to verify that Perl and its libraries have been +installed correctly.</para> + +<para><command>piconv</command> is a Perl version of the character encoding +converter <userinput>iconv</userinput>.</para> + <para><command>pl2pm</command> is a rough tool for converting Perl4 .pl files to Perl5 .pm modules.</para> @@ -50,6 +62,9 @@ documentation files.</para> <para><command>podselect</command> displays selected sections of pod documentation.</para> +<para><command>psed</command> is a Perl version of the stream editor +<userinput>sed</userinput>.</para> + <para><command>pstruct</command> dumps C structures as generated from "cc -g -S" stabs.</para> @@ -58,43 +73,7 @@ documentation.</para> <para><command>splain</command> is used to force verbose warning diagnostics in perl.</para> -<para><command>attrs</command>...</para> - -<para><command>B</command>...</para> - -<para><command>ByteLoader</command>...</para> - -<para><command>DProf</command>...</para> - -<para><command>Dumper</command>...</para> - -<para><command>DynaLoader</command>...</para> - -<para><command>Fcntl</command>...</para> - -<para><command>Glob</command>...</para> - -<para><command>Hostname</command>...</para> - -<para><command>IO</command>...</para> - -<para><command>libperl</command>...</para> - -<para><command>Opcode</command>...</para> - -<para><command>Peek</command>...</para> - -<para><command>POSIX</command>...</para> - -<para><command>re</command>...</para> - -<para><command>SDBM_File</command>...</para> - -<para><command>Socket</command>...</para> - -<para><command>Syslog</command>...</para> - -<para><command>SysV</command>...</para> +<para><command>xsubpp</command> converts Perl XS code into C code.</para> </sect2> |