On Sat, Aug 8, 2015 at 2:42 PM, Shawn Laffan <shawn.laf...@unsw.edu.au> wrote:
> After a bit more thought, the whole process might be simplified by adding > the :crlf layer to the DATA handle in your code. This is set by default on > windows, but not on linux. > That should also help when you move files between Windows and *nix without paying attention to line endings, because Perl itself (when parsing the source) doesn't care. Cheers, Roderich