Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / DBM_Filter / null.html
blobd9893b64a37ae539c314626aadf3c07b74c87cb2
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/null.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/null.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__null">DBM_Filter::null</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__null">DBM_Filter::null</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('null');
44 =head1 DESCRIPTION</pre>
45 <p>This filter ensures that all data written to the DBM file is null
46 terminated. This is useful when you have a perl script that needs
47 to interoperate with a DBM file that a C program also uses. A fairly
48 common issue is for the C application to include the terminating null
49 in a string when it writes to the DBM file. This filter will ensure that
50 all data written to the DBM file can be read by the C application.</p>
51 <p>
52 </p>
53 <hr />
54 <h1><a name="see_also">SEE ALSO</a></h1>
55 <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></p>
56 <p>
57 </p>
58 <hr />
59 <h1><a name="author">AUTHOR</a></h1>
60 <p>Paul Marquess <a href="mailto:pmqs@cpan.org">pmqs@cpan.org</a></p>
61 <table border="0" width="100%" cellspacing="0" cellpadding="3">
62 <tr><td class="block" style="background-color: #cccccc" valign="middle">
63 <big><strong><span class="block">&nbsp;../lib/DBM_Filter/null.pm</span></strong></big>
64 </td></tr>
65 </table>
67 </body>
69 </html>