%general-entities; ]> perl &perl-version;
&perl-url;
Perl-&perl-version; Perl tools <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../chapter08/perl.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&perl-ch5-sbu;</seg> <seg>&perl-ch5-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Perl Prepare Perl for compilation: sh Configure -des -Dprefix=/usr The meaning of the new Configure options: -des This is a combination of three options: -d uses defaults for all items; -e ensures completion of all tasks; -s silences non-essential output. Build and install the package: make make install <para>Details on this package are located in <xref linkend="contents-perl" role="."/></para> </sect2> </sect1>