freebsd-ports/databases/p5-DBIx-XHTML_Table/pkg-descr
Pete Fritchman 7ce368b71b Add p5-DBIx-XHTML_Table 0.97, create XHTML tables from SQL queries.
PR:		33414
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-02-08 07:46:55 +00:00

12 lines
477 B
Text

XHTML_Table will execute SQL queries and return the results (as a
scalar 'string') wrapped in XHTML tags.
This module was created to fill a need for a quick and easy way to
create 'on the fly' XHTML tables from SQL queries for the purpose
of 'quick and dirty' reporting. It is not intended for serious
production use, although it use is viable for prototyping and just
plain fun.
WWW: http://search.cpan.org/search?dist=DBIx-XHTML_Table
Seamus Venasse <svenasse@polaris.ca>