1PerlIO::via::QuotedPrinUts(e3r)Contributed Perl DocumentPaetriloInO::via::QuotedPrint(3)
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') or
12               die "Can't open file.qp for reading: $!\n";
13
14           open(my $out, '>:via(QuotedPrint)', 'file.qp') or
15               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

EXPORTS

24       None.
25

KNOWN BUGS

27       None.
28

FEEDBACK

30       Patches, bug reports, suggestions or any other feedback is welcome.
31
32       Patches can be sent as GitHub pull requests at
33       <https://github.com/steve-m-hay/PerlIO-via-QuotedPrint/pulls>.
34
35       Bug reports and suggestions can be made on the CPAN Request Tracker at
36       <https://rt.cpan.org/Public/Bug/Report.html?Queue=PerlIO-via-QuotedPrint>.
37
38       Currently active requests on the CPAN Request Tracker can be viewed at
39       <https://rt.cpan.org/Public/Dist/Display.html?Status=Active;Queue=PerlIO-via-QuotedPrint>.
40
41       Please test this distribution.  See CPAN Testers Reports at
42       <https://www.cpantesters.org/> for details of how to get involved.
43
44       Previous test results on CPAN Testers Reports can be viewed at
45       <https://www.cpantesters.org/distro/P/PerlIO-via-QuotedPrint.html>.
46
47       Please rate this distribution on CPAN Ratings at
48       <https://cpanratings.perl.org/rate/?distribution=PerlIO-via-QuotedPrint>.
49

SEE ALSO

51       PerlIO::via, MIME::QuotedPrint.
52

ACKNOWLEDGEMENTS

54       Based on an example in the standard library module MIME::QuotedPrint in
55       Perl (version 5.8.0).
56

AVAILABILITY

58       The latest version of this module is available from CPAN (see "CPAN" in
59       perlmodlib for details) at
60
61       <https://metacpan.org/release/PerlIO-via-QuotedPrint> or
62
63       <https://www.cpan.org/authors/id/S/SH/SHAY/> or
64
65       <https://www.cpan.org/modules/by-module/PerlIO/>.
66
67       The latest source code is available from GitHub at
68       <https://github.com/steve-m-hay/PerlIO-via-QuotedPrint>.
69

INSTALLATION

71       See the INSTALL file.
72

AUTHOR

74       Elizabeth Mattijsen <liz@dijkmat.nl <mailto:liz@dijkmat.nl>>.
75
76       Steve Hay <shay@cpan.org <mailto:shay@cpan.org>> is now maintaining
77       PerlIO::via::QuotedPrint as of version 0.08.
78
80       Copyright (C) 2002-2004, 2012 Elizabeth Mattijsen.  All rights
81       reserved.
82
83       Copyright (C) 2015, 2020 Steve Hay.  All rights reserved.
84

LICENCE

86       This module is free software; you can redistribute it and/or modify it
87       under the same terms as Perl itself, i.e. under the terms of either the
88       GNU General Public License or the Artistic License, as specified in the
89       LICENCE file.
90

VERSION

92       Version 0.09
93

DATE

95       08 Dec 2020
96

HISTORY

98       See the Changes file.
99
100
101
102perl v5.32.1                      2020-12-09       PerlIO::via::QuotedPrint(3)
Impressum