source: appendixa/perl-desc.xml@ e820e05

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 12.2 12.2-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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since e820e05 was 8fcc2c0, checked in by Gerard Beekmans <gerard@…>, 22 years ago

Changed package contents and dependencies titles...hopefully people now will get the hint that an old version isn't perse a bug

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

  • Property mode set to 100644
File size: 2.9 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</sect2>
89
Note: See TracBrowser for help on using the repository browser.