source: appendixa/perl-desc.xml@ d920fb0

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_0 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 d920fb0 was e69a59f, checked in by Gerard Beekmans <gerard@…>, 22 years ago

various fixes

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

  • Property mode set to 100644
File size: 2.8 KB
Line 
1<sect2><title>Contents of Perl-&perl-contversion;</title>
2
3<sect3><title>Program Files</title>
4<para>a2p, c2ph, dprofpp, find2perl, h2ph, h2xs, perl, perl5.6.1,
5perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text,
6pod2usage, podchecker, podselect, pstruct, s2p and splain</para></sect3>
7
8<sect3><title>Descriptions</title>
9
10<sect4><title>a2p</title>
11<para>a2p is an awk to perl translator.</para></sect4>
12
13<sect4><title>c2ph</title>
14<para>c2ph dumps C structures as generated from "cc -g -S" stabs.</para></sect4>
15
16<sect4><title>dprofpp</title>
17<para>dprofpp displays perl profile data.</para></sect4>
18
19<sect4><title>find2perl</title>
20<para>find2perl translates find command lines to Perl code.</para></sect4>
21
22<sect4><title>h2ph</title>
23<para>h2ph converts .h C header files to .ph Perl header files.</para></sect4>
24
25<sect4><title>h2xs</title>
26<para>h2xs converts .h C header files to Perl extensions.</para></sect4>
27
28<sect4><title>perl, perl5.6.1</title>
29<para>perl is the Practical Extraction and Report Language. It combines
30some of the best features of C, sed, awk, and sh into one powerful
31language.</para></sect4>
32
33<sect4><title>perlbug</title>
34<para>perlbug helps to generate bug reports about perl or the
35modules that come with it, and mail them.</para></sect4>
36
37<sect4><title>perlcc</title>
38<para>perlcc generates executables from Perl programs.</para></sect4>
39
40<sect4><title>perldoc</title>
41<para>perldoc looks up a piece of documentation in .pod format that is
42embedded in the perl installation tree or in a perl script, and displays it
43via "pod2man | nroff -man | $PAGER".</para></sect4>
44
45<sect4><title>pl2pm</title>
46<para>pl2pm is a tool to aid in the conversion of Perl4-style .pl library
47files to Perl5-style library modules.</para></sect4>
48
49<sect4><title>pod2html</title>
50<para>pod2html converts files from pod format to HTML format.</para></sect4>
51
52<sect4><title>pod2latex</title>
53<para>pod2latex converts files from pod format to LaTeX format.</para></sect4>
54
55<sect4><title>pod2man</title>
56<para>pod2man converts pod data to formatted *roff input.</para></sect4>
57
58<sect4><title>pod2text</title>
59<para>pod2text converts pod data to formatted ASCII text.</para></sect4>
60
61<sect4><title>pod2usage</title>
62<para>pod2usage prints usage messages from embedded pod docs in
63files.</para></sect4>
64
65<sect4><title>podchecker</title>
66<para>podchecker checks the syntax of pod format documentation
67files.</para></sect4>
68
69<sect4><title>podselect</title>
70<para>podselect prints selected sections of pod documentation on
71standard output.</para></sect4>
72
73<sect4><title>pstruct</title>
74<para>pstruct dumps C structures as generated from "cc -g -S"
75stabs.</para></sect4>
76
77<sect4><title>s2p</title>
78<para>s2p is a sed to perl translator.</para></sect4>
79
80<sect4><title>splain</title>
81<para>splain is a program to force verbose warning diagnostics
82in perl.</para></sect4>
83
84</sect3>
85
86</sect2>
87
Note: See TracBrowser for help on using the repository browser.