1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY my-download-http "&perl_authors;/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
|
---|
8 | <!ENTITY my-md5sum "f18c6550236fa7b337086bee0a373ed9">
|
---|
9 | ]>
|
---|
10 |
|
---|
11 | <!-- Begin Archive::Zip -->
|
---|
12 | <sect2 id="perl-archive-zip" xreflabel="Archive-Zip-&Archive-Zip-version;">
|
---|
13 |
|
---|
14 | <title>Archive::Zip-&Archive-Zip-version;</title>
|
---|
15 |
|
---|
16 | <indexterm zone="perl-archive-zip">
|
---|
17 | <primary sortas="a-Archive-Zip">Archive::Zip</primary>
|
---|
18 | </indexterm>
|
---|
19 |
|
---|
20 | <sect3 role="package">
|
---|
21 | <title>Introduction to Archive::Zip</title>
|
---|
22 |
|
---|
23 | <para>
|
---|
24 | The Archive::Zip module allows a Perl program to create, manipulate,
|
---|
25 | read, and write Zip archive files.
|
---|
26 | </para>
|
---|
27 |
|
---|
28 | &lfs90_checked;
|
---|
29 |
|
---|
30 | <bridgehead renderas="sect4">Package Information</bridgehead>
|
---|
31 | <itemizedlist spacing="compact">
|
---|
32 | <listitem>
|
---|
33 | <para>
|
---|
34 | Download (HTTP): <ulink url="&my-download-http;"/>
|
---|
35 | </para>
|
---|
36 | </listitem>
|
---|
37 | <listitem>
|
---|
38 | <para>
|
---|
39 | Download MD5 sum: &my-md5sum;
|
---|
40 | </para>
|
---|
41 | </listitem>
|
---|
42 | </itemizedlist>
|
---|
43 |
|
---|
44 | <bridgehead renderas="sect4">Archive::Zip Dependencies</bridgehead>
|
---|
45 |
|
---|
46 | <bridgehead renderas="sect5">Optional</bridgehead>
|
---|
47 | <para role="optional">
|
---|
48 | <xref linkend="perl-test-mockmodule"/>
|
---|
49 | </para>
|
---|
50 |
|
---|
51 | </sect3>
|
---|
52 |
|
---|
53 | <sect3 role="installation">
|
---|
54 | <title>Installation of Archive::Zip</title>
|
---|
55 |
|
---|
56 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
57 | href="../../../xincludes/perl-standard-install.xml"/>
|
---|
58 |
|
---|
59 | </sect3>
|
---|
60 |
|
---|
61 | <sect3 role="content">
|
---|
62 | <title>Contents</title>
|
---|
63 |
|
---|
64 | <segmentedlist>
|
---|
65 | <segtitle>Installed Programs</segtitle>
|
---|
66 |
|
---|
67 | <seglistitem>
|
---|
68 | <seg>
|
---|
69 | crc32
|
---|
70 | </seg>
|
---|
71 | </seglistitem>
|
---|
72 | </segmentedlist>
|
---|
73 |
|
---|
74 | <variablelist>
|
---|
75 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
76 | <?dbfo list-presentation="list"?>
|
---|
77 | <?dbhtml list-presentation="table"?>
|
---|
78 |
|
---|
79 | <varlistentry id="crc32-prog">
|
---|
80 | <term><command>crc32</command></term>
|
---|
81 | <listitem>
|
---|
82 | <para>computes and prints to stdout the CRC-32 values of the given files.</para>
|
---|
83 | <indexterm zone="perl-archive-zip crc32-prog">
|
---|
84 | <primary sortas="b-crc32">crc32</primary>
|
---|
85 | </indexterm>
|
---|
86 | </listitem>
|
---|
87 | </varlistentry>
|
---|
88 |
|
---|
89 | </variablelist>
|
---|
90 |
|
---|
91 | </sect3>
|
---|
92 |
|
---|
93 | </sect2>
|
---|