in reply to Searching large files before browser timeout
$cmd = qq|grep '$string' access.log|; open(LOG,"$cmd|"); while (<LOG>) { # etc..
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Searching large files before browser timeout
by aijin (Monk) on Jun 14, 2001 at 00:49 UTC | |
Re: Re: Searching large files before browser timeout
by sierrathedog04 (Hermit) on Jun 13, 2001 at 20:09 UTC | |
by Davious (Sexton) on Jun 13, 2001 at 21:23 UTC |