in reply to webserver common log format file script

Is this the log file from a well know web server?

If so, I would look on CPAN for existing log file parsing code, such as Apache::ParseLog.

Others have come before you and have solved this problem. There should be no need to re-invent wheels or get caught by all the gotchas that they have found and worked around.

  • Comment on Re: webserver common log format file script