aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.xml
blob: 0963dcc54d8e54df32d8f30d555111e77ea76246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>
<sect1 id="ch-system-perl" xreflabel="Perl" role="wrap">
<title>Perl-&perl-version;</title>
<?dbhtml filename="perl.html"?>

<indexterm zone="ch-system-perl"><primary sortas="a-Perl">Perl</primary></indexterm>

<sect2 role="package"><title/>
<para>The Perl package contains the Practical Extraction and Report Language.</para>

<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
<seglistitem><seg>2.9 SBU</seg><seg>143 MB</seg></seglistitem>
</segmentedlist>

<segmentedlist>
<segtitle>Perl installation depends on</segtitle>
<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
Gawk, GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
</segmentedlist>
</sect2>

<sect2 role="installation">
<title>Installation of Perl</title>

<para>If you want full control over the way Perl is set up, you can run the
interactive <command>Configure</command> script and hand-pick the way this
package is built. If you think you can live with the (sensible)
defaults it auto-detects, then prepare Perl for compilation with:</para>

<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>

<para>The meaning of the configure option:</para>

<variablelist>
<varlistentry>
<term><userinput>-Dpager="/bin/less -isR"</userinput></term>
<listitem><para>This corrects an error in the perldoc code with the invocation 
of the less program.</para></listitem>
</varlistentry>
</variablelist>

<para>Compile the package:</para>

<screen><userinput>make</userinput></screen>

<para>If you wish to run the test suite, you first have to create a basic
<filename>/etc/hosts</filename> file, which is needed by a couple of tests to
resolve the name <emphasis>localhost</emphasis>:</para>

<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>

<para>Now run the tests, if you wish:</para>

<screen><userinput>make test</userinput></screen>

<para>Finally, install the package:</para>

<screen><userinput>make install</userinput></screen>

</sect2>


<sect2 id="contents-perl" role="content"><title>Contents of Perl</title>

<segmentedlist>
<segtitle>Installed programs</segtitle>
<segtitle>Installed libraries</segtitle>
<seglistitem><seg>a2p, c2ph, dprofpp, enc2xs,
find2perl, h2ph, h2xs, libnetcfg, perl, perl&perl-version; (link to perl),
perlbug, perlcc, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man,
pod2text, pod2usage, podchecker, podselect, psed (link to s2p), pstruct (link
to c2ph), s2p, splain and xsubpp</seg>
<seg>(too many to name)</seg></seglistitem>
</segmentedlist>

<variablelist><title>Short descriptions</title>

<varlistentry id="a2p">
<term><command>a2p</command></term>
<listitem>
<indexterm zone="ch-system-perl a2p"><primary sortas="b-a2p">a2p</primary></indexterm>
<para>translates awk to perl.</para>
</listitem>
</varlistentry>

<varlistentry id="c2ph">
<term><command>c2ph</command></term>
<listitem>
<indexterm zone="ch-system-perl c2ph"><primary sortas="b-c2ph">c2ph</primary></indexterm>
<para>dumps C structures as generated from "cc -g -S" stabs.</para>
</listitem>
</varlistentry>

<varlistentry id="dprofpp">
<term><command>dprofpp</command></term>
<listitem>
<indexterm zone="ch-system-perl dprofpp"><primary sortas="b-dprofpp">dprofpp</primary></indexterm>
<para>displays perl profile data.</para>
</listitem>
</varlistentry>

<varlistentry id="en2cxs">
<term><command>en2cxs</command></term>
<listitem>
<indexterm zone="ch-system-perl en2cxs"><primary sortas="b-en2cxs">en2cxs</primary></indexterm>
<para>builds a Perl extension for the Encode module,
from either Unicode Character Mappings or Tcl Encoding Files.</para>
</listitem>
</varlistentry>

<varlistentry id="find2perl">
<term><command>find2perl</command></term>
<listitem>
<indexterm zone="ch-system-perl find2perl"><primary sortas="b-find2perl">find2perl</primary></indexterm>
<para>translates find commands to perl.</para>
</listitem>
</varlistentry>

<varlistentry id="h2ph">
<term><command>h2ph</command></term>
<listitem>
<indexterm zone="ch-system-perl h2ph"><primary sortas="b-h2ph">h2ph</primary></indexterm>
<para>converts .h C header files to .ph Perl header files.</para>
</listitem>
</varlistentry>

<varlistentry id="h2xs">
<term><command>h2xs</command></term>
<listitem>
<indexterm zone="ch-system-perl h2xs"><primary sortas="b-h2xs">h2xs</primary></indexterm>
<para>converts .h C header files to Perl extensions.</para>
</listitem>
</varlistentry>

<varlistentry id="libnetcfg">
<term><command>libnetcfg</command></term>
<listitem>
<indexterm zone="ch-system-perl libnetcfg"><primary sortas="b-libnetcfg">libnetcfg</primary></indexterm>
<para>can be used to configure the libnet.</para>
</listitem>
</varlistentry>

<varlistentry id="perl">
<term><command>perl</command></term>
<listitem>
<indexterm zone="ch-system-perl perl"><primary sortas="b-perl">perl</primary></indexterm>
<para>combines some of the best features of C, sed,
awk and sh into a single swiss-army language.</para>
</listitem>
</varlistentry>

<varlistentry id="perlbug">
<term><command>perlbug</command></term>
<listitem>
<indexterm zone="ch-system-perl perlbug"><primary sortas="b-perlbug">perlbug</primary></indexterm>
<para>is used to generate bug reports about
Perl or the modules that come with it, and mail them.</para>
</listitem>
</varlistentry>

<varlistentry id="perlcc">
<term><command>perlcc</command></term>
<listitem>
<indexterm zone="ch-system-perl perlcc"><primary sortas="b-perlcc">perlcc</primary></indexterm>
<para>generates executables from Perl programs.</para>
</listitem>
</varlistentry>

<varlistentry id="perldoc">
<term><command>perldoc</command></term>
<listitem>
<indexterm zone="ch-system-perl perldoc"><primary sortas="b-perldoc">perldoc</primary></indexterm>
<para>displays a piece of documentation in pod
format that is embedded in the perl installation tree or in a perl script.</para>
</listitem>
</varlistentry>

<varlistentry id="perlivp">
<term><command>perlivp</command></term>
<listitem>
<indexterm zone="ch-system-perl perlivp"><primary sortas="b-perlivp">perlivp</primary></indexterm>
<para>is the Perl Installation Verification Procedure. It can be used to verify that 
Perl and its libraries have been installed correctly.</para>
</listitem>
</varlistentry>

<varlistentry id="piconv">
<term><command>piconv</command></term>
<listitem>
<indexterm zone="ch-system-perl piconv"><primary sortas="b-piconv">piconv</primary></indexterm>
<para>is a Perl version of the character encoding
converter <command>iconv</command>.</para>
</listitem>
</varlistentry>

<varlistentry id="pl2pm">
<term><command>pl2pm</command></term>
<listitem>
<indexterm zone="ch-system-perl pl2pm"><primary sortas="b-pl2pm">pl2pm</primary></indexterm>
<para>is a rough tool for converting Perl4 .pl files to Perl5 .pm modules.</para>
</listitem>
</varlistentry>

<varlistentry id="pod2html">
<term><command>pod2html</command></term>
<listitem>
<indexterm zone="ch-system-perl pod2html"><primary sortas="b-pod2html">pod2html</primary></indexterm>
<para>converts files from pod format to HTML format.</para>
</listitem>
</varlistentry>

<varlistentry id="pod2latex">
<term><command>pod2latex</command></term>
<listitem>
<indexterm zone="ch-system-perl pod2latex"><primary sortas="b-pod2latex">pod2latex</primary></indexterm>
<para>converts files from pod format to LaTeX format.</para>
</listitem>
</varlistentry>

<varlistentry id="pod2man">
<term><command>pod2man</command></term>
<listitem>
<indexterm zone="ch-system-perl pod2man"><primary sortas="b-pod2man">pod2man</primary></indexterm>
<para>converts pod data to formatted *roff input.</para>
</listitem>
</varlistentry>

<varlistentry id="pod2text">
<term><command>pod2text</command></term>
<listitem>
<indexterm zone="ch-system-perl pod2text"><primary sortas="b-pod2text">pod2text</primary></indexterm>
<para>converts pod data to formatted ASCII text.</para>
</listitem>
</varlistentry>

<varlistentry id="pod2usage">
<term><command>pod2usage</command></term>
<listitem>
<indexterm zone="ch-system-perl pod2usage"><primary sortas="b-pod2usage">pod2usage</primary></indexterm>
<para>prints usage messages from embedded pod docs in files.</para>
</listitem>
</varlistentry>

<varlistentry id="podchecker">
<term><command>podchecker</command></term>
<listitem>
<indexterm zone="ch-system-perl podchecker"><primary sortas="b-podchecker">podchecker</primary></indexterm>
<para>checks the syntax of pod format documentation files.</para>
</listitem>
</varlistentry>

<varlistentry id="podselect">
<term><command>podselect</command></term>
<listitem>
<indexterm zone="ch-system-perl podselect"><primary sortas="b-podselect">podselect</primary></indexterm>
<para>displays selected sections of pod documentation.</para>
</listitem>
</varlistentry>

<varlistentry id="psed">
<term><command>psed</command></term>
<listitem>
<indexterm zone="ch-system-perl psed"><primary sortas="b-psed">psed</primary></indexterm>
<para>is a Perl version of the stream editor <userinput>sed</userinput>.</para>
</listitem>
</varlistentry>

<varlistentry id="pstruct">
<term><command>pstruct</command></term>
<listitem>
<indexterm zone="ch-system-perl pstruct"><primary sortas="b-pstruct">pstruct</primary></indexterm>
<para>dumps C structures as generated from "cc -g -S" stabs.</para>
</listitem>
</varlistentry>

<varlistentry id="s2p">
<term><command>s2p</command></term>
<listitem>
<indexterm zone="ch-system-perl s2p"><primary sortas="b-s2p">s2p</primary></indexterm>
<para>translates sed to perl.</para>
</listitem>
</varlistentry>

<varlistentry id="splain">
<term><command>splain</command></term>
<listitem>
<indexterm zone="ch-system-perl splain"><primary sortas="b-splain">splain</primary></indexterm>
<para>is used to force verbose warning
diagnostics in perl.</para>
</listitem>
</varlistentry>

<varlistentry id="xsubpp">
<term><command>xsubpp</command></term>
<listitem>
<indexterm zone="ch-system-perl xsubpp"><primary sortas="b-xsubpp">xsubpp</primary></indexterm>
<para>converts Perl XS code into C code.</para>
</listitem>
</varlistentry>
</variablelist>

</sect2>

</sect1>