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


in reply to Re: CR+LF
in thread CR+LF

Actually, I don't think this will work because he isn't trying to find CR/LF's in a file and replace with just LF's, he's talking about printing to stdout. The Win32 ActiveState build of Perl actually outputs a CR/LF pair when you try to print "\n". I don't have a Win32 machine handy to test on, but I can think of a couple possibilities:

kelan


Perl6 Grammar Student

Replies are listed 'Best First'.
Re: Re: Re: CR+LF
by svsingh (Priest) on Jun 19, 2003 at 15:05 UTC
    Oh wow. Nice catch. Sorry for sending you down the wrong path Gorio. Thanks for your insights Kelan.