The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.5.0 - 2007-10-01

  • Added support to get_paging_table to support language tokenization of the results/paging counter. (Thanks to Peter Siewert)
  • Sync'd the version number with the main module.

Changes for version 1.5.0 - 2007-10-01

  • Added LANGUAGE_TOKENS parameter which allows the module text to be easily customized and translated. (Thanks to Peter Siewert)
  • Added column definition parameter 'hide_column'. A field can now be pulled from the database without having to print that field to the screen.
  • Refactored the draw function. It now returns useful info, either the report text as a string or the result of exporting the report. Additionally, it now accepts an optional parameter that suppresses the printing of the report to STDOUT. Changes are backwards compatible.

Modules

Simple OO interface to generate pageable, sortable HTML tabular reports
Contains logic for paging/sorting function of ReportWriter