HTML::Table v2.00-beta released
From: Anthony Peacock (a.peacock_at_chime.ucl.ac.uk)
Date: 10/24/03
- Next message: Eric Bohlman: "Re: Problem referencing arrays from modules only on Win32"
- Previous message: Dave Roe: "output ampersand using XML::Twig"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 24 Oct 2003 11:53:54 GMT
***** Beta version (2.00-beta) released - 24 October 2003 *****
When I inherited this module, I didn't have the time or desire to
undertake a major rewrite. I mainly added features and fixed bugs
within the original design. Over the years of maintaining the module I
have often thought that the data representation used could be more
neat and logical. Some recent requests for features have led me to
rethink how the data in stored, and this beta version is the first
release with the new structure. I do not think that the changes will
affect the functionality of the module at all, but they will make
maintenance much easier. I have tested this version with all of my
tests and programs and have not found any problems, but I would be
grateful for as many people as possible to test the module with their
code and let me have any comments before I recommend it for production
use.
This module is available on CPAN and its mirrors
Beta test version (2003-10-24): 2.00-beta
http://cpan.perl.org/modules/by-authors/id/A/AJ/AJPEA***/HTML-Table-2.00-beta.tar.gz
Latest production version (2003-10-23): 1.20 (recomended for all
production environments)
http://cpan.perl.org/modules/by-authors/id/A/AJ/AJPEA***/HTML-Table-1.20.tar.gz
*** From the Readme ***
HTML::Table is used to generate HTML tables for CGI scripts. By using
the methods provided fairly complex tables can be created,
manipulated, then printed from Perl scripts. The module also greatly
simplifies creating tables within tables from Perl. It is possible to
create an entire table using the methods provided and never use an
HTML tag.
HTML::Table also allows for creating dynamically sized tables via its
addRow and addCol methods. These methods automatically resize the
table if passed more cell values than will fit in the current table
grid.
Methods are provided for nearly all valid table, row, and cell tags
specified for HTML 3.0.
- Next message: Eric Bohlman: "Re: Problem referencing arrays from modules only on Win32"
- Previous message: Dave Roe: "output ampersand using XML::Twig"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]