The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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 Build.PL
    ./Build
    ./Build test
    ./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Data::Report

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Data-Report

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Report

    CPAN Ratings:
        http://cpanratings.perl.org/d/Data-Report

COPYRIGHT AND LICENCE

Copyright 2006,2008 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.