in reply to Re^7: 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?

I think the idea is to try calling methods on $entity , not editing Parser.pm ... parse_open gives you entity ...not sure if it work but that would be the approach I would investigate, not editing the module :)

  • Comment on Re^8: 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?