in reply to Perl line endings: something broken in ActiveState Perl 5.8?

For Windows, there is a small freeware utility called unix2dos.exe and dos2unix.exe. Using the utility you can convert to the specific format. These programs are relatively easy to find using your favourite search engine. I only offer this in the event you continue having problems getting the conversions right.
  • Comment on Re: Perl line endings: something broken in ActiveState Perl 5.8?

Replies are listed 'Best First'.
Re^2: Perl line endings: something broken in ActiveState Perl 5.8?
by snowhare (Friar) on Oct 13, 2005 at 11:45 UTC
    There is also a CPAN module I wrote, Text::FixEOL, that was specifically designed to fix EOL problems.