1PerlIO::via::QuotedPrintP(e3rplm)Programmers ReferencePGeurildIeO::via::QuotedPrint(3pm)
2
3
4

NAME

6       PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings
7

SYNOPSIS

9        use PerlIO::via::QuotedPrint;
10
11        open( my $in,'<:via(QuotedPrint)','file.qp' )
12         or die "Can't open file.qp for reading: $!\n";
13
14        open( my $out,'>:via(QuotedPrint)','file.qp' )
15         or die "Can't open file.qp for writing: $!\n";
16

DESCRIPTION

18       This module implements a PerlIO layer that works on files encoded in
19       the quoted-printable format.  It will decode from quoted-printable
20       while reading from a handle, and it will encode as quoted-printable
21       while writing to a handle.
22

REQUIRED MODULES

24        MIME::QuotedPrint (any)
25

SEE ALSO

27       PerlIO::via, MIME::QuotedPrint, PerlIO::via::Base64, PerlIO::via::MD5,
28       PerlIO::via::StripHTML, PerlIO::via::Rotate.
29

ACKNOWLEDGEMENTS

31       Based on example that was initially added to MIME::QuotedPrint.pm for
32       the 5.8.0 distribution of Perl.
33
35       Copyright (c) 2002-2003 Elizabeth Mattijsen.  All rights reserved.
36       This library is free software; you can redistribute it and/or modify it
37       under the same terms as Perl itself.
38
39
40
41perl v5.16.3                      2013-03-04     PerlIO::via::QuotedPrint(3pm)
Impressum