Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / PerlIO / via / QuotedPrint.html
blob1440d0d803a314777b0d4081f7a3970d95ff01c7
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>PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings</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;PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#description">DESCRIPTION</a></li>
25 <li><a href="#required_modules">REQUIRED MODULES</a></li>
26 <li><a href="#see_also">SEE ALSO</a></li>
27 <li><a href="#acknowledgements">ACKNOWLEDGEMENTS</a></li>
28 <li><a href="#copyright">COPYRIGHT</a></li>
29 </ul>
30 <!-- INDEX END -->
32 <hr />
33 <p>
34 </p>
35 <h1><a name="name">NAME</a></h1>
36 <p>PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings</p>
37 <p>
38 </p>
39 <hr />
40 <h1><a name="synopsis">SYNOPSIS</a></h1>
41 <pre>
42 use PerlIO::via::QuotedPrint;</pre>
43 <pre>
44 open( my $in,'&lt;:via(QuotedPrint)','file.qp' )
45 or die &quot;Can't open file.qp for reading: $!\n&quot;;
47 open( my $out,'&gt;:via(QuotedPrint)','file.qp' )
48 or die &quot;Can't open file.qp for writing: $!\n&quot;;</pre>
49 <p>
50 </p>
51 <hr />
52 <h1><a name="description">DESCRIPTION</a></h1>
53 <p>This module implements a PerlIO layer that works on files encoded in the
54 quoted-printable format. It will decode from quoted-printable while reading
55 from a handle, and it will encode as quoted-printable while writing to a handle.</p>
56 <p>
57 </p>
58 <hr />
59 <h1><a name="required_modules">REQUIRED MODULES</a></h1>
60 <pre>
61 MIME::QuotedPrint (any)</pre>
62 <p>
63 </p>
64 <hr />
65 <h1><a name="see_also">SEE ALSO</a></h1>
66 <p><a href="file://C|\msysgit\mingw\html/lib/PerlIO/via.html">the PerlIO::via manpage</a>, <a href="file://C|\msysgit\mingw\html/lib/MIME/QuotedPrint.html">the MIME::QuotedPrint manpage</a>, <a href="file://C|\msysgit\mingw\html/PerlIO/via/Base64.html">the PerlIO::via::Base64 manpage</a>,
67 <a href="file://C|\msysgit\mingw\html/PerlIO/via/MD5.html">the PerlIO::via::MD5 manpage</a>, <a href="file://C|\msysgit\mingw\html/PerlIO/via/StripHTML.html">the PerlIO::via::StripHTML manpage</a>, <a href="file://C|\msysgit\mingw\html/PerlIO/via/Rotate.html">the PerlIO::via::Rotate manpage</a>.</p>
68 <p>
69 </p>
70 <hr />
71 <h1><a name="acknowledgements">ACKNOWLEDGEMENTS</a></h1>
72 <p>Based on example that was initially added to MIME::QuotedPrint.pm for the
73 5.8.0 distribution of Perl.</p>
74 <p>
75 </p>
76 <hr />
77 <h1><a name="copyright">COPYRIGHT</a></h1>
78 <p>Copyright (c) 2002-2003 Elizabeth Mattijsen. All rights reserved. This
79 library is free software; you can redistribute it and/or modify it under
80 the same terms as Perl itself.</p>
81 <table border="0" width="100%" cellspacing="0" cellpadding="3">
82 <tr><td class="block" style="background-color: #cccccc" valign="middle">
83 <big><strong><span class="block">&nbsp;PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings</span></strong></big>
84 </td></tr>
85 </table>
87 </body>
89 </html>