Date: Tue, 13 Mar 2001 13:11:38 -0800 (PST) From: Andreas Klemm <andreas@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-Table Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <200103132111.f2DLBcQ82802@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
andreas 2001/03/13 13:11:38 PST Modified files: www Makefile Added files: www/p5-HTML-Table Makefile distinfo pkg-comment pkg-descr pkg-plist Log: 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 Revision Changes Path 1.318 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103132111.f2DLBcQ82802>