Blame | Last modification | View Log | RSS feed
NAMEHTML::Table - Create HTML tables using simple interfaceINSTALLIn order to install and use this package you will need Perl version5.002 or better. Installation as usual:perl Makefile.PLmakemake testmake installDESCRIPTIONHTML::Table is used to generate HTML tables forCGI scripts. By using the methods provided fairlycomplex tables can be created, manipulated, then printedfrom Perl scripts. The module also greatly simplifiescreating tables within tables from Perl. It is possibleto create an entire table using the methods provided andnever use an HTML tag.HTML::Table also allows for creating dynamically sizedtables via its addRow and addCol methods. These methodsautomatically resize the table if passed more cell valuesthan will fit in the current table grid.Methods are provided for nearly all valid table, row, andcell tags specified for HTML 3.0.HISTORYThis module was originally created in 1997 by Stacy Lacy and whose lastversion was uploaded to CPAN in 1998. The module was adopted in July 2000by Anthony Peacock in order to distribute a revised version. This adoptiontook place without the explicit consent of Stacy Lacy as it proved impossibleto contact them at the time. Explicit consent for the adoption has since beenreceived.AUTHORAnthony Peacock, a.peacock@chime.ucl.ac.ukStacy Lacy (Original author)See the Changes file for a full listing of those authors who havecontributed patches.COPYRIGHTCopyright (c) 1998-2007 Anthony Peacock, CHIME.Copyright (c) 1997 Stacy LacyThis library is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.