.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (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 .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . 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-30 "perl v5.38.2" "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 CPAN Request Tracker at . .PP Currently active requests on the CPAN Request Tracker can be viewed at . .PP Please test this distribution. See CPAN Testers Reports at for details of how to get involved. .PP Previous test results on CPAN Testers Reports can be viewed at . .PP Please rate this distribution on CPAN 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 CPAN (see "CPAN" 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 \fIINSTALL\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 GNU General Public License or the Artistic License, as specified in the \fILICENCE\fR file. .SH VERSION .IX Header "VERSION" Version 0.10 .SH DATE .IX Header "DATE" 22 May 2022 .SH HISTORY .IX Header "HISTORY" See the \fIChanges\fR file.