glfs/general/genlib/pcre/pcre-intro.xml
Larry Lawrence cd70e8b876 convert pcre, unzip and curl intros
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@32 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-16 20:19:37 +00:00

16 lines
551 B
XML

<sect2>
<title>Introduction to pcre</title>
<screen>Download location (HTTP): <ulink url="&pcre-download-http;"/>
Download location (FTP): <ulink url="&pcre-download-ftp;"/>
Version used: &pcre-version;
Package size: &pcre-size;
Estimated Disk space required: &pcre-buildsize;</screen>
<para>The pcre package contains perl compatible regular expression
libraries. These are useful for implementing regular expression pattern
matching using the same syntax and semantics as Perl 5.</para>
</sect2>