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
string. The returned version of
string will not be CRLF-terminated.