.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "PerlIO::via::QuotedPrint 3perl" .TH PerlIO::via::QuotedPrint 3perl "2023-11-25" "perl v5.36.0" "Perl Programmers Reference Guide" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" PerlIO::via::QuotedPrint \- PerlIO layer for quoted\-printable strings .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& use PerlIO::via::QuotedPrint; \& \& open(my $in, \*(Aq<:via(QuotedPrint)\*(Aq, \*(Aqfile.qp\*(Aq) or \& die "Can\*(Aqt open file.qp for reading: $!\en"; \& \& open(my $out, \*(Aq>:via(QuotedPrint)\*(Aq, \*(Aqfile.qp\*(Aq) or \& die "Can\*(Aqt open file.qp for writing: $!\en"; .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" This module implements a PerlIO layer that works on files encoded in the quoted-printable format. It will decode from quoted-printable while reading from a handle, and it will encode as quoted-printable while writing to a handle. .SH "EXPORTS" .IX Header "EXPORTS" \&\fINone\fR. .SH "KNOWN BUGS" .IX Header "KNOWN BUGS" \&\fINone\fR. .SH "FEEDBACK" .IX Header "FEEDBACK" Patches, bug reports, suggestions or any other feedback is welcome. .PP Patches can be sent as GitHub pull requests at . .PP Bug reports and suggestions can be made on the \s-1CPAN\s0 Request Tracker at . .PP Currently active requests on the \s-1CPAN\s0 Request Tracker can be viewed at . .PP Please test this distribution. See \s-1CPAN\s0 Testers Reports at for details of how to get involved. .PP Previous test results on \s-1CPAN\s0 Testers Reports can be viewed at . .PP Please rate this distribution on \s-1CPAN\s0 Ratings at . .SH "SEE ALSO" .IX Header "SEE ALSO" PerlIO::via, MIME::QuotedPrint. .SH "ACKNOWLEDGEMENTS" .IX Header "ACKNOWLEDGEMENTS" Based on an example in the standard library module MIME::QuotedPrint in Perl (version 5.8.0). .SH "AVAILABILITY" .IX Header "AVAILABILITY" The latest version of this module is available from \s-1CPAN\s0 (see \&\*(L"\s-1CPAN\*(R"\s0 in perlmodlib for details) at .PP or .PP or .PP . .PP The latest source code is available from GitHub at . .SH "INSTALLATION" .IX Header "INSTALLATION" See the \fI\s-1INSTALL\s0\fR file. .SH "AUTHOR" .IX Header "AUTHOR" Elizabeth Mattijsen >. .PP Steve Hay > is now maintaining PerlIO::via::QuotedPrint as of version 0.08. .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2002\-2004, 2012 Elizabeth Mattijsen. All rights reserved. .PP Copyright (C) 2015, 2020 Steve Hay. All rights reserved. .SH "LICENCE" .IX Header "LICENCE" This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e. under the terms of either the \s-1GNU\s0 General Public License or the Artistic License, as specified in the \fI\s-1LICENCE\s0\fR file. .SH "VERSION" .IX Header "VERSION" Version 0.09 .SH "DATE" .IX Header "DATE" 08 Dec 2020 .SH "HISTORY" .IX Header "HISTORY" See the \fIChanges\fR file.