diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-01-25 07:00:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-01-25 07:00:40 +0000 |
commit | 718f5dba69014cda860b563bb95930175cfb86a9 (patch) | |
tree | 0f821f7172a990f5516f051c95e780382f95c800 /devel/p5-Algorithm-Accounting/pkg-descr | |
parent | ab956a5ad89f94908b865f2ad9397a5da627395a (diff) | |
download | ports-718f5dba69014cda860b563bb95930175cfb86a9.tar.gz ports-718f5dba69014cda860b563bb95930175cfb86a9.zip |
Notes
Diffstat (limited to 'devel/p5-Algorithm-Accounting/pkg-descr')
-rw-r--r-- | devel/p5-Algorithm-Accounting/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Accounting/pkg-descr b/devel/p5-Algorithm-Accounting/pkg-descr new file mode 100644 index 000000000000..7cdaf92e8adc --- /dev/null +++ b/devel/p5-Algorithm-Accounting/pkg-descr @@ -0,0 +1,13 @@ +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 |