Log::Accounting - Accounting of network services


Log-Accounting documentation  | view source Contained in the Log-Accounting distribution.

Index


NAME

Top

Log::Accounting - Accounting of network services

SYNOPSIS

Top

  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

Top

Accounting of network services.

AUTHOR

Top

Oliver Maul, oli@42.nu

COPYRIGHT

Top


Log-Accounting documentation  | view source Contained in the Log-Accounting distribution.