Mime-Quotedprint

MIME::QuotedPrint(3p) Perl Programmers Reference Guide MIME::QuotedPrint(3p)

Mime-Quotedprint

MIME::QuotedPrint(3p) Perl Programmers Reference Guide MIME::QuotedPrint(3p) # MIME::QuotedPrint(3p) Perl Programmers Reference Guide MIME::QuotedPrint(3p) NNAAMMEE # MIME::QuotedPrint - Encoding and decoding of quoted-printable strings SSYYNNOOPPSSIISS # use MIME::QuotedPrint; $encoded = encode_qp($decoded); $decoded = decode_qp($encoded); DDEESSCCRRIIPPTTIIOONN # This module provides functions to encode and decode strings into and from the quoted-printable encoding specified in RFC 2045 - _M_I_M_E _(_M_u_l_t_i_p_u_r_p_o_s_e _I_n_t_e_r_n_e_t _M_a_i_l _E_x_t_e_n_s_i_o_n_s_). The quoted-printable encoding is intended to represent data that largely consists of bytes that correspond to printable characters in the ASCII character set. ...