http://qs321.pair.com?node_id=1134029


in reply to MIME::Tools to save attachment properly

Try adding:
binmode($OUTFILE);
after the 'open', but before the 'print'.

Replies are listed 'Best First'.
Re^2: MIME::Tools to save attachment properly
by gcasa (Novice) on Jul 10, 2015 at 01:18 UTC

    That was my missing link! Thank You!!!