source: appendixa/perl-desc.xml@ 481bd798

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 481bd798 was f9bb38a, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Updating contents of Perl and Procps.

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

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Short descriptions</title>
4
5<para><command>a2p</command> translates awk to perl.</para>
6
7<para><command>c2ph</command> dumps C structures as generated from
8"cc -g -S" stabs.</para>
9
10<para><command>dprofpp</command> displays perl profile data.</para>
11
12<para><command>en2cxs</command> builds a Perl extension for the Encode module,
13from either Unicode Character Mappings or Tcl Encoding Files.</para>
14
15<para><command>find2perl</command> translates find commands to perl.</para>
16
17<para><command>h2ph</command> converts .h C header files to .ph Perl header files.</para>
18
19<para><command>h2xs</command> converts .h C header files to Perl extensions.</para>
20
21<para><command>libnetcfg</command> can be used to configure the libnet.</para>
22
23<para><command>perl</command> combines some of the best features of C, sed,
24awk and sh into a single swiss-army language.</para>
25
26<para><command>perlbug</command> is used to generate bug reports about
27Perl or the modules that come with it, and mail them.</para>
28
29<para><command>perlcc</command> generates executables from Perl programs.</para>
30
31<para><command>perldoc</command> displays a piece of documentation in pod
32format that is embedded in the perl installation tree or in a perl script.</para>
33
34<para><command>perlivp</command> is the Perl Installation Verification
35Procedure. It can be used to verify that Perl and its libraries have been
36installed correctly.</para>
37
38<para><command>piconv</command> is a Perl version of the character encoding
39converter <userinput>iconv</userinput>.</para>
40
41<para><command>pl2pm</command> is a rough tool for converting Perl4 .pl
42files to Perl5 .pm modules.</para>
43
44<para><command>pod2html</command> converts files from pod format to HTML
45format.</para>
46
47<para><command>pod2latex</command> converts files from pod format to LaTeX
48format.</para>
49
50<para><command>pod2man</command> converts pod data to formatted *roff
51input.</para>
52
53<para><command>pod2text</command> converts pod data to formatted ASCII
54text.</para>
55
56<para><command>pod2usage</command> prints usage messages from embedded
57pod docs in files.</para>
58
59<para><command>podchecker</command> checks the syntax of pod format
60documentation files.</para>
61
62<para><command>podselect</command> displays selected sections of pod
63documentation.</para>
64
65<para><command>psed</command> is a Perl version of the stream editor
66<userinput>sed</userinput>.</para>
67
68<para><command>pstruct</command> dumps C structures as generated from
69"cc -g -S" stabs.</para>
70
71<para><command>s2p</command> translates sed to perl.</para>
72
73<para><command>splain</command> is used to force verbose warning
74diagnostics in perl.</para>
75
76<para><command>xsubpp</command> converts Perl XS code into C code.</para>
77
78</sect2>
79
Note: See TracBrowser for help on using the repository browser.