Data::Report

Data::Report provides a framework for flexible reporting.
Download

Data::Report Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Johan Vromans
  • Publisher web site:
  • http://search.cpan.org/~jv/mmds-1.902/MMDS/Properties.pm

Data::Report Tags


Data::Report Description

Data::Report provides a framework for flexible reporting. Data::Report provides a framework for flexible reporting.Data::Report is a flexible, plugin-driven reporting framework. It makes it easy to define reports that can be produced in text, HTML and CSV. Textual ornaments like extra empty lines, dashed lines, and cell lines can be added in a way similar to HTML style sheets.The Data::Report framework consists of three parts:The pluginsPlugins implement a specific type of report. Standard plugins provided are Data::Report::Plugin::Text for textual reports, Data::Report::Plugin::Html for HTML reports, and Data::Report::Plugin::Csv for CSV (comma-separated) files.Users can, and are encouraged, to develop their own plugins to handle different styles and types of reports.The base classThe base class Data::Report::Base implements the functionality common to all reporters, plus a number of utility functions the plugins can use.The factoryThe actual Data::Report module is a factory that creates a reporter for a given report type by selecting the appropriate plugin and returning an instance thereof. Requirements: · Perl


Data::Report Related Software