http://qs1969.pair.com?node_id=315089

CHRYSt has asked for the wisdom of the Perl Monks concerning the following question:

Ok, This seems simple, but I can't find any code out there that already does what I need, and I'm still not very good with perl.

what I need to do is generate a report once a month that shows the number of hits to specific directories. Basically, all I need is:

http://www.domain.com/directory/subdir1/ 500 hits
http://www.domain.com/directory/subdir2/ 550 hits
etc.

I've looked into Apache::ParseLog, but it doesn't work. Every time I try to open my log file ( using $log = $base->getCustomLog("combined"); ), I get

Apache::ParseLog::getCustomLog: combined does not exist, Exiting at report.pl line 10.

Can anyone help?