NAME

Log::Accounting - Accounting of network services

SYNOPSIS

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();

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.