Changeset c6cb3aa for chapter06/perl.xml


Ignore:
Timestamp:
05/17/2004 09:55:01 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6f461cb
Parents:
01b2724c
Message:

HEAD: Retagged the Contents of ... sections.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/perl.xml

    r01b2724c rc6cb3aa  
    6565
    6666
    67 <sect2 id="contents-perl"><title>Contents of Perl</title>
    68 
    69 <para><emphasis>Installed programs</emphasis>: a2p, c2ph, dprofpp, enc2xs,
     67<sect2 id="contents-perl" role="content"><title>Contents of Perl</title>
     68
     69<segmentedlist>
     70<segtitle>Installed programs</segtitle>
     71<segtitle>Installed libraries</segtitle>
     72<seglistitem><seg>a2p, c2ph, dprofpp, enc2xs,
    7073find2perl, h2ph, h2xs, libnetcfg, perl, perl&perl-version; (link to perl),
    7174perlbug, perlcc, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man,
    7275pod2text, pod2usage, podchecker, podselect, psed (link to s2p), pstruct (link
    73 to c2ph), s2p, splain and xsubpp</para>
    74 
    75 <para><emphasis>Installed libraries</emphasis>: (too many to name)</para>
     76to c2ph), s2p, splain and xsubpp</seg>
     77<seg>(too many to name)</seg></seglistitem>
     78</segmentedlist>
     79
     80<variablelist><title>Short descriptions</title>
     81
     82<varlistentry>
     83<term id="a2p"><command>a2p</command></term>
     84<listitem>
     85<indexterm zone="ch-system-perl a2p"><primary sortas="b-a2p">a2p</primary></indexterm>
     86<para>translates awk to perl.</para>
     87</listitem>
     88</varlistentry>
     89
     90<varlistentry>
     91<term id="c2ph"><command>c2ph</command></term>
     92<listitem>
     93<indexterm zone="ch-system-perl c2ph"><primary sortas="b-c2ph">c2ph</primary></indexterm>
     94<para>dumps C structures as generated from "cc -g -S" stabs.</para>
     95</listitem>
     96</varlistentry>
     97
     98<varlistentry>
     99<term id="dprofpp"><command>dprofpp</command></term>
     100<listitem>
     101<indexterm zone="ch-system-perl dprofpp"><primary sortas="b-dprofpp">dprofpp</primary></indexterm>
     102<para>displays perl profile data.</para>
     103</listitem>
     104</varlistentry>
     105
     106<varlistentry>
     107<term id="en2cxs"><command>en2cxs</command></term>
     108<listitem>
     109<indexterm zone="ch-system-perl en2cxs"><primary sortas="b-en2cxs">en2cxs</primary></indexterm>
     110<para>builds a Perl extension for the Encode module,
     111from either Unicode Character Mappings or Tcl Encoding Files.</para>
     112</listitem>
     113</varlistentry>
     114
     115<varlistentry>
     116<term id="find2perl"><command>find2perl</command></term>
     117<listitem>
     118<indexterm zone="ch-system-perl find2perl"><primary sortas="b-find2perl">find2perl</primary></indexterm>
     119<para>translates find commands to perl.</para>
     120</listitem>
     121</varlistentry>
     122
     123<varlistentry>
     124<term id="h2ph"><command>h2ph</command></term>
     125<listitem>
     126<indexterm zone="ch-system-perl h2ph"><primary sortas="b-h2ph">h2ph</primary></indexterm>
     127<para>converts .h C header files to .ph Perl header files.</para>
     128</listitem>
     129</varlistentry>
     130
     131<varlistentry>
     132<term id="h2xs"><command>h2xs</command></term>
     133<listitem>
     134<indexterm zone="ch-system-perl h2xs"><primary sortas="b-h2xs">h2xs</primary></indexterm>
     135<para>converts .h C header files to Perl extensions.</para>
     136</listitem>
     137</varlistentry>
     138
     139<varlistentry>
     140<term id="libnetcfg"><command>libnetcfg</command></term>
     141<listitem>
     142<indexterm zone="ch-system-perl libnetcfg"><primary sortas="b-libnetcfg">libnetcfg</primary></indexterm>
     143<para>can be used to configure the libnet.</para>
     144</listitem>
     145</varlistentry>
     146
     147<varlistentry>
     148<term id="perl"><command>perl</command></term>
     149<listitem>
     150<indexterm zone="ch-system-perl perl"><primary sortas="b-perl">perl</primary></indexterm>
     151<para>combines some of the best features of C, sed,
     152awk and sh into a single swiss-army language.</para>
     153</listitem>
     154</varlistentry>
     155
     156<varlistentry>
     157<term id="perlbug"><command>perlbug</command></term>
     158<listitem>
     159<indexterm zone="ch-system-perl perlbug"><primary sortas="b-perlbug">perlbug</primary></indexterm>
     160<para>is used to generate bug reports about
     161Perl or the modules that come with it, and mail them.</para>
     162</listitem>
     163</varlistentry>
     164
     165<varlistentry>
     166<term id="perlcc"><command>perlcc</command></term>
     167<listitem>
     168<indexterm zone="ch-system-perl perlcc"><primary sortas="b-perlcc">perlcc</primary></indexterm>
     169<para>generates executables from Perl programs.</para>
     170</listitem>
     171</varlistentry>
     172
     173<varlistentry>
     174<term id="perldoc"><command>perldoc</command></term>
     175<listitem>
     176<indexterm zone="ch-system-perl perldoc"><primary sortas="b-perldoc">perldoc</primary></indexterm>
     177<para>displays a piece of documentation in pod
     178format that is embedded in the perl installation tree or in a perl script.</para>
     179</listitem>
     180</varlistentry>
     181
     182<varlistentry>
     183<term id="perlivp"><command>perlivp</command></term>
     184<listitem>
     185<indexterm zone="ch-system-perl perlivp"><primary sortas="b-perlivp">perlivp</primary></indexterm>
     186<para>is the Perl Installation Verification Procedure. It can be used to verify that
     187Perl and its libraries have been installed correctly.</para>
     188</listitem>
     189</varlistentry>
     190
     191<varlistentry>
     192<term id="piconv"><command>piconv</command></term>
     193<listitem>
     194<indexterm zone="ch-system-perl piconv"><primary sortas="b-piconv">piconv</primary></indexterm>
     195<para>is a Perl version of the character encoding
     196converter <command>iconv</command>.</para>
     197</listitem>
     198</varlistentry>
     199
     200<varlistentry>
     201<term id="pl2pm"><command>pl2pm</command></term>
     202<listitem>
     203<indexterm zone="ch-system-perl pl2pm"><primary sortas="b-pl2pm">pl2pm</primary></indexterm>
     204<para>is a rough tool for converting Perl4 .pl files to Perl5 .pm modules.</para>
     205</listitem>
     206</varlistentry>
     207
     208<varlistentry>
     209<term id="pod2html"><command>pod2html</command></term>
     210<listitem>
     211<indexterm zone="ch-system-perl pod2html"><primary sortas="b-pod2html">pod2html</primary></indexterm>
     212<para>converts files from pod format to HTML format.</para>
     213</listitem>
     214</varlistentry>
     215
     216<varlistentry>
     217<term id="pod2latex"><command>pod2latex</command></term>
     218<listitem>
     219<indexterm zone="ch-system-perl pod2latex"><primary sortas="b-pod2latex">pod2latex</primary></indexterm>
     220<para>converts files from pod format to LaTeX format.</para>
     221</listitem>
     222</varlistentry>
     223
     224<varlistentry>
     225<term id="pod2man"><command>pod2man</command></term>
     226<listitem>
     227<indexterm zone="ch-system-perl pod2man"><primary sortas="b-pod2man">pod2man</primary></indexterm>
     228<para>converts pod data to formatted *roff input.</para>
     229</listitem>
     230</varlistentry>
     231
     232<varlistentry>
     233<term id="pod2text"><command>pod2text</command></term>
     234<listitem>
     235<indexterm zone="ch-system-perl pod2text"><primary sortas="b-pod2text">pod2text</primary></indexterm>
     236<para>converts pod data to formatted ASCII text.</para>
     237</listitem>
     238</varlistentry>
     239
     240<varlistentry>
     241<term id="pod2usage"><command>pod2usage</command></term>
     242<listitem>
     243<indexterm zone="ch-system-perl pod2usage"><primary sortas="b-pod2usage">pod2usage</primary></indexterm>
     244<para>prints usage messages from embedded pod docs in files.</para>
     245</listitem>
     246</varlistentry>
     247
     248<varlistentry>
     249<term id="podchecker"><command>podchecker</command></term>
     250<listitem>
     251<indexterm zone="ch-system-perl podchecker"><primary sortas="b-podchecker">podchecker</primary></indexterm>
     252<para>checks the syntax of pod format documentation files.</para>
     253</listitem>
     254</varlistentry>
     255
     256<varlistentry>
     257<term id="podselect"><command>podselect</command></term>
     258<listitem>
     259<indexterm zone="ch-system-perl podselect"><primary sortas="b-podselect">podselect</primary></indexterm>
     260<para>displays selected sections of pod documentation.</para>
     261</listitem>
     262</varlistentry>
     263
     264<varlistentry>
     265<term id="psed"><command>psed</command></term>
     266<listitem>
     267<indexterm zone="ch-system-perl psed"><primary sortas="b-psed">psed</primary></indexterm>
     268<para>is a Perl version of the stream editor <userinput>sed</userinput>.</para>
     269</listitem>
     270</varlistentry>
     271
     272<varlistentry>
     273<term id="pstruct"><command>pstruct</command></term>
     274<listitem>
     275<indexterm zone="ch-system-perl pstruct"><primary sortas="b-pstruct">pstruct</primary></indexterm>
     276<para>dumps C structures as generated from "cc -g -S" stabs.</para>
     277</listitem>
     278</varlistentry>
     279
     280<varlistentry>
     281<term id="s2p"><command>s2p</command></term>
     282<listitem>
     283<indexterm zone="ch-system-perl s2p"><primary sortas="b-s2p">s2p</primary></indexterm>
     284<para>translates sed to perl.</para>
     285</listitem>
     286</varlistentry>
     287
     288<varlistentry>
     289<term id="splain"><command>splain</command></term>
     290<listitem>
     291<indexterm zone="ch-system-perl splain"><primary sortas="b-splain">splain</primary></indexterm>
     292<para>is used to force verbose warning
     293diagnostics in perl.</para>
     294</listitem>
     295</varlistentry>
     296
     297<varlistentry>
     298<term id="xsubpp"><command>xsubpp</command></term>
     299<listitem>
     300<indexterm zone="ch-system-perl xsubpp"><primary sortas="b-xsubpp">xsubpp</primary></indexterm>
     301<para>converts Perl XS code into C code.</para>
     302</listitem>
     303</varlistentry>
     304</variablelist>
    76305
    77306</sect2>
    78307
    79 <sect2><title>Short descriptions</title>
    80 
    81 <indexterm zone="ch-system-perl a2p"><primary sortas="b-a2p">a2p</primary></indexterm>
    82 <para id="a2p"><command>a2p</command> translates awk to perl.</para>
    83 
    84 <indexterm zone="ch-system-perl c2ph"><primary sortas="b-c2ph">c2ph</primary></indexterm>
    85 <para id="c2ph"><command>c2ph</command> dumps C structures as generated from
    86 "cc -g -S" stabs.</para>
    87 
    88 <indexterm zone="ch-system-perl dprofpp"><primary sortas="b-dprofpp">dprofpp</primary></indexterm>
    89 <para id="dprofpp"><command>dprofpp</command> displays perl profile data.</para>
    90 
    91 <indexterm zone="ch-system-perl en2cxs"><primary sortas="b-en2cxs">en2cxs</primary></indexterm>
    92 <para id="en2cxs"><command>en2cxs</command> builds a Perl extension for the Encode module,
    93 from either Unicode Character Mappings or Tcl Encoding Files.</para>
    94 
    95 <indexterm zone="ch-system-perl find2perl"><primary sortas="b-find2perl">find2perl</primary></indexterm>
    96 <para id="find2perl"><command>find2perl</command> translates find commands to perl.</para>
    97 
    98 <indexterm zone="ch-system-perl h2ph"><primary sortas="b-h2ph">h2ph</primary></indexterm>
    99 <para id="h2ph"><command>h2ph</command> converts .h C header files to .ph Perl header files.</para>
    100 
    101 <indexterm zone="ch-system-perl h2xs"><primary sortas="b-h2xs">h2xs</primary></indexterm>
    102 <para id="h2xs"><command>h2xs</command> converts .h C header files to Perl extensions.</para>
    103 
    104 <indexterm zone="ch-system-perl libnetcfg"><primary sortas="b-libnetcfg">libnetcfg</primary></indexterm>
    105 <para id="libnetcfg"><command>libnetcfg</command> can be used to configure the libnet.</para>
    106 
    107 <indexterm zone="ch-system-perl perl"><primary sortas="b-perl">perl</primary></indexterm>
    108 <para id="perl"><command>perl</command> combines some of the best features of C, sed,
    109 awk and sh into a single swiss-army language.</para>
    110 
    111 <indexterm zone="ch-system-perl perlbug"><primary sortas="b-perlbug">perlbug</primary></indexterm>
    112 <para id="perlbug"><command>perlbug</command> is used to generate bug reports about
    113 Perl or the modules that come with it, and mail them.</para>
    114 
    115 <indexterm zone="ch-system-perl perlcc"><primary sortas="b-perlcc">perlcc</primary></indexterm>
    116 <para id="perlcc"><command>perlcc</command> generates executables from Perl programs.</para>
    117 
    118 <indexterm zone="ch-system-perl perldoc"><primary sortas="b-perldoc">perldoc</primary></indexterm>
    119 <para id="perldoc"><command>perldoc</command> displays a piece of documentation in pod
    120 format that is embedded in the perl installation tree or in a perl script.</para>
    121 
    122 <indexterm zone="ch-system-perl perlivp"><primary sortas="b-perlivp">perlivp</primary></indexterm>
    123 <para id="perlivp"><command>perlivp</command> is the Perl Installation Verification
    124 Procedure. It can be used to verify that Perl and its libraries have been
    125 installed correctly.</para>
    126 
    127 <indexterm zone="ch-system-perl piconv"><primary sortas="b-piconv">piconv</primary></indexterm>
    128 <para id="piconv"><command>piconv</command> is a Perl version of the character encoding
    129 converter <command>iconv</command>.</para>
    130 
    131 <indexterm zone="ch-system-perl pl2pm"><primary sortas="b-pl2pm">pl2pm</primary></indexterm>
    132 <para id="pl2pm"><command>pl2pm</command> is a rough tool for converting Perl4 .pl
    133 files to Perl5 .pm modules.</para>
    134 
    135 <indexterm zone="ch-system-perl pod2html"><primary sortas="b-pod2html">pod2html</primary></indexterm>
    136 <para id="pod2html"><command>pod2html</command> converts files from pod format to HTML
    137 format.</para>
    138 
    139 <indexterm zone="ch-system-perl pod2latex"><primary sortas="b-pod2latex">pod2latex</primary></indexterm>
    140 <para id="pod2latex"><command>pod2latex</command> converts files from pod format to LaTeX
    141 format.</para>
    142 
    143 <indexterm zone="ch-system-perl pod2man"><primary sortas="b-pod2man">pod2man</primary></indexterm>
    144 <para id="pod2man"><command>pod2man</command> converts pod data to formatted *roff
    145 input.</para>
    146 
    147 <indexterm zone="ch-system-perl pod2text"><primary sortas="b-pod2text">pod2text</primary></indexterm>
    148 <para id="pod2text"><command>pod2text</command> converts pod data to formatted ASCII
    149 text.</para>
    150 
    151 <indexterm zone="ch-system-perl pod2usage"><primary sortas="b-pod2usage">pod2usage</primary></indexterm>
    152 <para id="pod2usage"><command>pod2usage</command> prints usage messages from embedded
    153 pod docs in files.</para>
    154 
    155 <indexterm zone="ch-system-perl podchecker"><primary sortas="b-podchecker">podchecker</primary></indexterm>
    156 <para id="podchecker"><command>podchecker</command> checks the syntax of pod format
    157 documentation files.</para>
    158 
    159 <indexterm zone="ch-system-perl podselect"><primary sortas="b-podselect">podselect</primary></indexterm>
    160 <para id="podselect"><command>podselect</command> displays selected sections of pod
    161 documentation.</para>
    162 
    163 <indexterm zone="ch-system-perl psed"><primary sortas="b-psed">psed</primary></indexterm>
    164 <para id="psed"><command>psed</command> is a Perl version of the stream editor
    165 <userinput>sed</userinput>.</para>
    166 
    167 <indexterm zone="ch-system-perl pstruct"><primary sortas="b-pstruct">pstruct</primary></indexterm>
    168 <para id="pstruct"><command>pstruct</command> dumps C structures as generated from
    169 "cc -g -S" stabs.</para>
    170 
    171 <indexterm zone="ch-system-perl s2p"><primary sortas="b-s2p">s2p</primary></indexterm>
    172 <para id="s2p"><command>s2p</command> translates sed to perl.</para>
    173 
    174 <indexterm zone="ch-system-perl splain"><primary sortas="b-splain">splain</primary></indexterm>
    175 <para id="splain"><command>splain</command> is used to force verbose warning
    176 diagnostics in perl.</para>
    177 
    178 <indexterm zone="ch-system-perl xsubpp"><primary sortas="b-xsubpp">xsubpp</primary></indexterm>
    179 <para id="xsubpp"><command>xsubpp</command> converts Perl XS code into C code.</para>
    180 
    181 </sect2>
    182 
    183 
    184 
    185308</sect1>
Note: See TracChangeset for help on using the changeset viewer.