libhtml-table-perl

Rating: 
0
No votes yet

Perl module for creating HTML tables
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.

Application versions: 
AttachmentSizeDate
File libhtml-table-perl_2.08a-2_all.deb35.3 KB05/08/2013 - 13:45
Changelog: 

libhtml-table-perl (2.08a-2) unstable; urgency=low

* Updated debian/copyright
* Updated debian/rules to dh7 short format
- control:
+ Bumped Standards-Version to 3.8.3 (no changes)
+ Now depends on debhelper >= 7
+ Added Homepage Field
* Added debian/watch