in reply to Re^2: regex log file too many results
in thread regex log file too many results

So it seems like when running in a CGI env it reads and prints the whole log file, very strange.

I think you're wrong in your conclusion. Take a look through your CGI code. You're setting $get to a different value somewhere in there.


Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian W. Kernighan