source: appendixa/perl-desc.xml@ 978d0bf

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 v5_0 v5_1 v5_1_1 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
Last change on this file since 978d0bf was 978d0bf, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the command descriptions in appendix A.

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

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Descriptions</title>
4
5<para>(Last checked against version &perl-contversion;.)</para>
6
7<sect3><title>Program file descriptions</title>
8
9<para><command>a2p</command> translates awk to perl.</para>
10
11<para><command>c2ph</command> dumps C structures as generated from
12"cc -g -S" stabs.</para>
13
14<para><command>dprofpp</command> displays perl profile data.</para>
15
16<para><command>find2perl</command> translates find commands to perl.</para>
17
18<para><command>h2ph</command> converts .h C header files to .ph Perl header files.</para>
19
20<para><command>h2xs</command> converts .h C header files to Perl extensions.</para>
21
22<para><command>perl</command> combines some of the best features of C, sed,
23awk and sh into a single swiss-army language.</para>
24
25<para><command>perlbug</command> is used to generate bug reports about
26Perl or the modules that come with it, and mail them.</para>
27
28<para><command>perlcc</command> generates executables from Perl programs.</para>
29
30<para><command>perldoc</command> displays a piece of documentation in pod
31format that is embedded in the perl installation tree or in a perl script.</para>
32
33<para><command>pl2pm</command> is a rough tool for converting Perl4 .pl
34files to Perl5 .pm modules.</para>
35
36<para><command>pod2html</command> converts files from pod format to HTML
37format.</para>
38
39<para><command>pod2latex</command> converts files from pod format to LaTeX
40format.</para>
41
42<para><command>pod2man</command> converts pod data to formatted *roff
43input.</para>
44
45<para><command>pod2text</command> converts pod data to formatted ASCII
46text.</para>
47
48<para><command>pod2usage</command> prints usage messages from embedded
49pod docs in files.</para>
50
51<para><command>podchecker</command> checks the syntax of pod format
52documentation files.</para>
53
54<para><command>podselect</command> displays selected sections of pod
55documentation.</para>
56
57<para><command>pstruct</command> dumps C structures as generated from
58"cc -g -S" stabs.</para>
59
60<para><command>s2p</command> translates sed to perl.</para>
61
62<para><command>splain</command> is used to force verbose warning
63diagnostics in perl.</para>
64
65</sect3>
66
67<sect3><title>Library file descriptions</title>
68
69<para><command>attrs</command>...</para>
70
71<para><command>B</command>...</para>
72
73<para><command>ByteLoader</command>...</para>
74
75<para><command>DProf</command>...</para>
76
77<para><command>Dumper</command>...</para>
78
79<para><command>DynaLoader</command>...</para>
80
81<para><command>Fcntl</command>...</para>
82
83<para><command>Glob</command>...</para>
84
85<para><command>Hostname</command>...</para>
86
87<para><command>IO</command>...</para>
88
89<para><command>libperl</command>...</para>
90
91<para><command>Opcode</command>...</para>
92
93<para><command>Peek</command>...</para>
94
95<para><command>POSIX</command>...</para>
96
97<para><command>re</command>...</para>
98
99<para><command>SDBM_File</command>...</para>
100
101<para><command>Socket</command>...</para>
102
103<para><command>Syslog</command>...</para>
104
105<para><command>SysV</command>...</para>
106
107</sect3>
108
109</sect2>
110
Note: See TracBrowser for help on using the repository browser.