| Previous | Next
MIME::QuotedPrintProvides functions to encode and decode strings into the quoted-printable encoding as specified in RFC 2045 (MIME). Quoted-printable encoding is used to represent data that's comprised of data that corresponds to ASCII characters. Nonprintable characters are represented by a triplet consisting of the MIME::QuotedPrint implements and exports the following functions.
decode_qp(string) Returns the plain-text version of string, which is quoted-printable-encoded.
encode_qp(string) Returns a quoted-printable-encoded version of |