1 2 3 4 5 6 7 8
#!/usr/bin/perl use MIME::QuotedPrint qw(encode_qp); while (<>) { print encode_qp($_); }