source: appendixa/perl-desc.xml@ ab28d5f

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 v4_1 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 ab28d5f was 2c094d6, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<sect2><title>Contents of Perl</title>
2
3<para>Last checked against version &perl-contversion;.</para>
4
5<sect3><title>Program Files</title>
6<para>a2p, c2ph, dprofpp, find2perl, h2ph, h2xs, perl, perl5.6.1,
7perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text,
8pod2usage, podchecker, podselect, pstruct, s2p and splain</para></sect3>
9
10<sect3><title>Descriptions</title>
11
12<sect4><title>a2p</title>
13<para>a2p is an awk to perl translator.</para></sect4>
14
15<sect4><title>c2ph</title>
16<para>c2ph dumps C structures as generated from "cc -g -S" stabs.</para></sect4>
17
18<sect4><title>dprofpp</title>
19<para>dprofpp displays perl profile data.</para></sect4>
20
21<sect4><title>find2perl</title>
22<para>find2perl translates find command lines to Perl code.</para></sect4>
23
24<sect4><title>h2ph</title>
25<para>h2ph converts .h C header files to .ph Perl header files.</para></sect4>
26
27<sect4><title>h2xs</title>
28<para>h2xs converts .h C header files to Perl extensions.</para></sect4>
29
30<sect4><title>perl, perl5.6.1</title>
31<para>perl is the Practical Extraction and Report Language. It combines
32some of the best features of C, sed, awk and sh into one powerful
33language.</para></sect4>
34
35<sect4><title>perlbug</title>
36<para>perlbug helps to generate bug reports about perl or the
37modules that come with it, and mail them.</para></sect4>
38
39<sect4><title>perlcc</title>
40<para>perlcc generates executables from Perl programs.</para></sect4>
41
42<sect4><title>perldoc</title>
43<para>perldoc looks up a piece of documentation in .pod format that is
44embedded in the perl installation tree or in a perl script and displays it
45via "pod2man | nroff -man | $PAGER".</para></sect4>
46
47<sect4><title>pl2pm</title>
48<para>pl2pm is a tool to aid in the conversion of Perl4-style .pl library
49files to Perl5-style library modules.</para></sect4>
50
51<sect4><title>pod2html</title>
52<para>pod2html converts files from pod format to HTML format.</para></sect4>
53
54<sect4><title>pod2latex</title>
55<para>pod2latex converts files from pod format to LaTeX format.</para></sect4>
56
57<sect4><title>pod2man</title>
58<para>pod2man converts pod data to formatted *roff input.</para></sect4>
59
60<sect4><title>pod2text</title>
61<para>pod2text converts pod data to formatted ASCII text.</para></sect4>
62
63<sect4><title>pod2usage</title>
64<para>pod2usage prints usage messages from embedded pod docs in
65files.</para></sect4>
66
67<sect4><title>podchecker</title>
68<para>podchecker checks the syntax of pod format documentation
69files.</para></sect4>
70
71<sect4><title>podselect</title>
72<para>podselect prints selected sections of pod documentation on
73standard output.</para></sect4>
74
75<sect4><title>pstruct</title>
76<para>pstruct dumps C structures as generated from "cc -g -S"
77stabs.</para></sect4>
78
79<sect4><title>s2p</title>
80<para>s2p is a sed to perl translator.</para></sect4>
81
82<sect4><title>splain</title>
83<para>splain is a program to force verbose warning diagnostics
84in perl.</para></sect4>
85
86</sect3>
87
88<sect3><title>Library Files</title>
89<para>attrs.so, B.so, ByteLoader.so, DProf.so, Dumper.so, DynaLoader.a,
90Fcntl.so, Glob.so, Hostname.so, IO.so, libperl.a, Opcode.so, Peek.so,
91POSIX.so, re.so, SDBM_File.so, Socket.so, Syslog.so and SysV.so</para></sect3>
92
93<sect3><title>Descriptions</title>
94
95<sect4><title>attrs</title>
96<para>No description is currently available.</para></sect4>
97
98<sect4><title>B</title>
99<para>No description is currently available.</para></sect4>
100
101<sect4><title>ByteLoader</title>
102<para>No description is currently available.</para></sect4>
103
104<sect4><title>DProf</title>
105<para>No description is currently available.</para></sect4>
106
107<sect4><title>Dumper</title>
108<para>No description is currently available.</para></sect4>
109
110<sect4><title>DynaLoader</title>
111<para>No description is currently available.</para></sect4>
112
113<sect4><title>Fcntl</title>
114<para>No description is currently available.</para></sect4>
115
116<sect4><title>Glob</title>
117<para>No description is currently available.</para></sect4>
118
119<sect4><title>Hostname</title>
120<para>No description is currently available.</para></sect4>
121
122<sect4><title>IO</title>
123<para>No description is currently available.</para></sect4>
124
125<sect4><title>libperl</title>
126<para>No description is currently available.</para></sect4>
127
128<sect4><title>Opcode</title>
129<para>No description is currently available.</para></sect4>
130
131<sect4><title>Peek</title>
132<para>No description is currently available.</para></sect4>
133
134<sect4><title>POSIX</title>
135<para>No description is currently available.</para></sect4>
136
137<sect4><title>re</title>
138<para>No description is currently available.</para></sect4>
139
140<sect4><title>SDBM_File</title>
141<para>No description is currently available.</para></sect4>
142
143<sect4><title>Socket</title>
144<para>No description is currently available.</para></sect4>
145
146<sect4><title>Syslog</title>
147<para>No description is currently available.</para></sect4>
148
149<sect4><title>SysV</title>
150<para>No description is currently available.</para></sect4>
151
152</sect3>
153
154</sect2>
Note: See TracBrowser for help on using the repository browser.