http://www.perlmonks.org?node_id=817107


in reply to Re: \r\n vs \012\015 (tye)
in thread An introduction to POE

Actually if you want it to work across platforms you need to match (\r?\n|\015?\012)

Replies are listed 'Best First'.
Re^3: \r\n vs \012\015 (tye)
by ikegami (Patriarch) on Jan 13, 2010 at 06:54 UTC

    Either you didn't read the parent, or you disagree without explaining your disagreement. Neither case makes for a compelling and credible post.

    Please explain rather than making uncorroborated statements. For example, what platform would be served by /\r?\n|\015?\012/ but not by /\r?\n/?