| Log-Accounting documentation | view source | Contained in the Log-Accounting distribution. |
Log::Accounting - Accounting of network services
use Log::Accounting;
my $sm = Log::Accounting->new("Sendmail");
$sm->addfile($fh);
$sm->filter("oli@42.nu");
$sm->group("oli@42.nu");
%result = $sm->calc();
Accounting of network services.
Oliver Maul, oli@42.nu
The author of this package disclaims all copyrights and releases it into the public domain.
| Log-Accounting documentation | view source | Contained in the Log-Accounting distribution. |