Re: help slurping a file-- Solved -- Thanks for responses

2005-10-28 Thread Renee Halbrook
;: > On Oct 28, 2005, at 15:09, Jeff 'japhy' Pinyan wrote: > > > On Oct 28, Renee Halbrook said: > > > > > >> My perl interpreter display does not recognize "\r" for a newline > >> character > >> for standard out, so it simply printe

Re: help slurping a file-- Solved -- Thanks for responses

2005-10-28 Thread Renee Halbrook
f a stupid error on my part. Glad its fixed though. Thanks to everyone for responding. Regards, Renee Quoting "John W. Krahn" <[EMAIL PROTECTED]>: > Renee Halbrook wrote: > > Hi, > > Hello, > > > I'm not sure if this is the correct group to post this ques

help slurping a file

2005-10-28 Thread Renee Halbrook
x27;t open $file for reading: $!\n"; readfile(); close(MYFILE); sub readfile(){ local($/) = "\r"; while ( my $line = ){ print "line is $line\n"; } } Renee Halbrook Bioinformatics Programmer The Carnegie Institution of Washington Department of Plant Biology 260 Panama S