> 
> Matt,
> 
> The problem is that <SEPTEMBER> has already returned EOF. The next
> time around, Perl says "nothing more to see here, folks; move along"
> and exits the while block. If you want to read from it again, you need
> to reopen it. Just put the open inside the while (<CULIST>) block.
> 

That did it, thanks Jay.  Over time the log file has balooned up to 6
gigs so I don't know how well it'd work out loading it into memory.

Thanks again,
Matt



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to