diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-13 21:11:38 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-13 21:11:38 +0000 |
commit | 7c9c202a97becfa7ef0da48cbcde9a6b50c773ad (patch) | |
tree | f14de62070f6c17a7289555fab48fea5c2575d87 /www/p5-HTML-Table/pkg-descr | |
parent | e8e20769a5180e5c362ab71d996cde1c27f2c872 (diff) | |
download | FreeBSD-ports-7c9c202a97becfa7ef0da48cbcde9a6b50c773ad.zip FreeBSD-ports-7c9c202a97becfa7ef0da48cbcde9a6b50c773ad.tar.gz |
new port p5-HTML-Table
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.htm
Diffstat (limited to 'www/p5-HTML-Table/pkg-descr')
-rw-r--r-- | www/p5-HTML-Table/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/p5-HTML-Table/pkg-descr b/www/p5-HTML-Table/pkg-descr new file mode 100644 index 0000000..037aa3b --- /dev/null +++ b/www/p5-HTML-Table/pkg-descr @@ -0,0 +1,16 @@ +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.htm |