mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
14 lines
615 B
Plaintext
14 lines
615 B
Plaintext
Algorithm::Accounting provide simple aggregation method to make log
|
|
accounting easier. It accepts data in rows, each rows can have many
|
|
fields, and each field is a scalar or a list(arrayref).
|
|
|
|
The basic usage is you walk through all your logs, and use append_data()
|
|
to insert each rows, (you'll have to split the line into fields), and
|
|
then call result() to retrieve the result, or report() to immediatly
|
|
see simple result.
|
|
|
|
You may specify a filed_groups parameter (arrayref of arrayref), and
|
|
Algorithm::Accounting will account these fields in groups.
|
|
|
|
WWW: http://search.cpan.org/dist/Algorithm-Accounting/
|