Hi there, On Sun, 11 Aug 2002, Jeff Crist wrote:
> We recently migrated to modPerl, but only the Perl-Run parser [snip] > randomly (maybe about 1 out of 20 times) only the first line of the file > is read. The code looks something like: Hmmm. "Something like" isn't the sort of thing we like to see here... :) > open (FILE, "<$path/$filename"); > @lines = <FILE>; > close FILE; Any file locking? Have you read the Guide? 73, Ged.