in reply to Re^2: Pattern Matching in Cygwin Perl vs. Win32 Perl
in thread Pattern Matching in Cygwin Perl vs. Win32 Perl

But "\n" is not both CR and LF. It is a single character, and is LF on almost all systems. On Windows, it can be translated to and from CRLF when reading/writing a file, but that happens during the IO, not at any other time.
  • Comment on Re^3: Pattern Matching in Cygwin Perl vs. Win32 Perl