Help for this page
return bless { 'hits' => { %hits }, ... 'visitsByDateTime' => { %visitsByDateTime }, 'methods' => { %methods }, };
my $al = new Apache::LogParser; my $log = $al->getAccessLog(); my %hits = $log->hits;