in reply to Re^4: Is it possible to force MIME::Parser to extract text-files on a Windows system without the extra CR's on the end of lines?
in thread Is it possible to force MIME::Parser to extract text-files on a Windows system without the extra CR's on the end of lines?
Not sure what you mean, my anonymous friend. Would you please explain further?
Cheers,
William
PS: Have altered the documentation in my code to be properly clear, now using:
# change it to use binary extraction when MIME::Parse extracts tex +t files from the mail message $hold =~ s/text\/plain/application\/x-msexcel/g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Is it possible to force MIME::Parser to extract text-files on a Windows system without the extra CR's on the end of lines?
by Anonymous Monk on Feb 12, 2014 at 19:53 UTC | |
by WilliamDee (Initiate) on Feb 12, 2014 at 20:50 UTC | |