Re: Use of uninitialized value in numeric ne error



On 12/22/07, patmarbidon <patmarbidon@xxxxxxx> wrote:
or under win32
while ( $line eq "99\r\n" ){

I /think/, under Perl, "\n" is the system newline, regardless of the OS.
Under Windows, it would still be "99\n"
.