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


in reply to Re^3: No Control M
in thread No Control M

If your default encoding is utf16, \n will have two bytes. If the file is from DOS it will never match.

Alberto Simões

Replies are listed 'Best First'.
Re^5: No Control M
by cazz (Pilgrim) on Apr 08, 2005 at 21:10 UTC
    Well, if thats true, wouldn't \r be the same way?
      Good question. In my experience \r is not the same. My idea is that Perl does not change \r accordingly with the environment.

      Alberto Simões