Index of /ports_www/p5-HTML-Table

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-May-2011 14:15 638 [   ] distinfo 28-May-2011 14:15 139 [TXT] pkg-descr 22-Dec-2002 23:50 739 [   ] pkg-plist 22-Jan-2006 05:57 210
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.

WWW:	http://www.chime.ucl.ac.uk/~rmhiajp/htmltable/index.htm

- Pete
petef@databits.net