in reply to Re: Re: Re: Logfile-NCSA-Undefined Subroutine?
in thread Logfile-NCSA-Undefined Subroutine?
Group => [Host,File,Hour]; as long as you have a report type declared for each item as such:
$log->report(Group => File, Sort => Records); $log->report(Group => Host, Sort => Bytes); $log->report(Group => Hour, List => [Bytes, Records];
For some reason, I didn't find the documentation to be entirely clear about that point.
|
|---|