1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Data-Report, a flexible plugin-driven reporting framework.
You define the columns, add the data row by row, and get reports in
text, HTML, CSV and so on. Textual ornaments like extra empty lines,
dashed lines, and cell lines can be added in a way similar to HTML
style sheets.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
Development of this module takes place on GitHub:
https://github.com/sciurius/perl-Data-Report.
After installing, you can find documentation for this module with the
perldoc command.
perldoc Data::Report
Please report any bugs or feature requests using the issue tracker on
GitHub.
COPYRIGHT AND LICENCE
Copyright 2006,2008,2020 Squirrel Consultancy, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
|