Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / devel / p5-Algorithm-Accounting / pkg-descr
1 Algorithm::Accounting provide simple aggregation method to make log
2 accounting easier. It accepts data in rows, each rows can have many
3 fields, and each field is a scalar or a list(arrayref).
4
5 The basic usage is you walk through all your logs, and use append_data()
6 to insert each rows, (you'll have to split the line into fields), and
7 then call result() to retrieve the result, or report() to immediately
8 see simple result.
9
10 You may specify a filed_groups parameter (arrayref of arrayref), and
11 Algorithm::Accounting will account these fields in groups.
12
13 WWW: http://search.cpan.org/dist/Algorithm-Accounting/