Josh:

I tried your suggestion, but the problem persists.

Steve

-----Original Message-----
From: Joshua Chamas [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 15, 2001 3:15 PM
To: Stephen Bardsley
Cc: [EMAIL PROTECTED]
Subject: Re: intermittent failure reading a file

I don't know that while(<IN>) is a good idea,
I wonder what would happen if somehow a line
was blank, would that be boolean 0 ?  Try 
instead:  for(<IN>), or even

 my @lines = <IN>
 for ( @lines ) {

-- Josh


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to