![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
decode_qp - Decode quoted-printable string
use MIME::QuotedPrint;
$encoded = encode_qp($decoded); $decoded = decode_qp($encoded);
Note that the encode_qp()
routine does not change newlines "\n"
to the CRLF sequence even though this might be considered the right thing
to do (RFC 1521 (Q-P Rule #4)).
If you prefer not to import these routines into your namespace you can call them as:
use MIME::QuotedPrint (); $encoded = MIME::QuotedPrint::encode($decoded); $decoded = MIME::QuotedPrint::decode($encoded);
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
$CommentsMailTo = "perl5@dcs.ed.ac.uk"; include("../syssies_footer.inc");?>