NAME
Net::Accounting - Accounting of network services
SYNOPSIS
use Net::Accounting;
my $sm = Net::Accounting->new("Sendmail");
$sm->addfile($fh);
$sm->filter("oli@42.nu");
$sm->group("oli@42.nu");
%result = $sm->calc();
DESCRIPTION
Accounting of network services.
AUTHOR
Oliver Maul, oli@42.nu
COPYRIGHT
The author of this package disclaims all copyrights and releases it into the public domain.