tlm has asked for the wisdom of the Perl Monks concerning the following question:
Dear monks,
Before I go off and re-invent the wheel, I thought I'd ask for your recommendations on CPAN modules to parse Apache logs. I just spent an hour fighting with Apache::ParseLog and I'm ready to give up on it. (The Apache::ParseLog methods I'm trying to use are all supposed to generate hashes whose keys are items of interest, such as user agent names, and whose values are hit counts; instead the keys of the hashes that I'm getting look very much like entire log file lines, and they all have value 1, suggesting that there are some bad regexes somewhere.)
Many thanks,
the lowliest monk
20050328 Edit by castaway: Changed title from 'ISO module to parse Apache logs'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Looking for a module to parse Apache logs
by jhourcle (Prior) on Mar 24, 2005 at 01:08 UTC | |
|
Re: Looking for a module to parse Apache logs
by duct_tape (Hermit) on Mar 24, 2005 at 00:08 UTC |