Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / DBM_Filter / encode.html
blob4af92e7eed3bdf7c4857a8d9f1bd896bf0f06e9d
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>../lib/DBM_Filter/encode.pm</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;../lib/DBM_Filter/encode.pm</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#dbm_filter__encode">DBM_Filter::encode</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#see_also">SEE ALSO</a></li>
25 <li><a href="#author">AUTHOR</a></li>
26 </ul>
27 <!-- INDEX END -->
29 <hr />
30 <p>
31 </p>
32 <h1><a name="dbm_filter__encode">DBM_Filter::encode</a></h1>
33 <p>
34 </p>
35 <hr />
36 <h1><a name="synopsis">SYNOPSIS</a></h1>
37 <pre>
38 use SDBM_File; # or DB_File, or GDBM_File, or NDBM_File, or ODBM_File
39 use DBM_Filter ;</pre>
40 <pre>
41 $db = tie %hash, ...
42 $db-&gt;Filter_Push('encode' =&gt; 'iso-8859-16');
44 =head1 DESCRIPTION</pre>
45 <p>This DBM filter allows you to choose the character encoding will be
46 store in the DBM file. The usage is</p>
47 <pre>
48 $db-&gt;Filter_Push('encode' =&gt; ENCODING);</pre>
49 <p>where ``ENCODING'' must be a valid encoding name that the Encode module
50 recognises.</p>
51 <p>A fatal error will be thrown if:</p>
52 <ol>
53 <li>
54 <p>The Encode module is not available.</p>
55 </li>
56 <li>
57 <p>The encoding requested is not supported by the Encode module.</p>
58 </li>
59 </ol>
60 <p>
61 </p>
62 <hr />
63 <h1><a name="see_also">SEE ALSO</a></h1>
64 <p><a href="file://C|\msysgit\mingw\html/lib/DBM_Filter.html">the DBM_Filter manpage</a>, <a href="file://C|\msysgit\mingw\html/pod/perldbmfilter.html">the perldbmfilter manpage</a>, <a href="file://C|\msysgit\mingw\html/lib/Encode.html">the Encode manpage</a></p>
65 <p>
66 </p>
67 <hr />
68 <h1><a name="author">AUTHOR</a></h1>
69 <p>Paul Marquess <a href="mailto:pmqs@cpan.org">pmqs@cpan.org</a></p>
70 <table border="0" width="100%" cellspacing="0" cellpadding="3">
71 <tr><td class="block" style="background-color: #cccccc" valign="middle">
72 <big><strong><span class="block">&nbsp;../lib/DBM_Filter/encode.pm</span></strong></big>
73 </td></tr>
74 </table>
76 </body>
78 </html>