DBIx::XHTML_Table

DBIx::XHTML_Table is Perl module for SQL query result set to XML-based HTML table.
Download

DBIx::XHTML_Table Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jeffrey Hayes Anderson
  • Publisher web site:
  • http://search.cpan.org/~jeffa/DBIx-XHTML_Table-1.36/XHTML_Table.pm

DBIx::XHTML_Table Tags


DBIx::XHTML_Table Description

DBIx::XHTML_Table is Perl module for SQL query result set to XML-based HTML table. DBIx::XHTML_Table is Perl module for SQL query result set to XML-based HTML table.SYNOPSIS use DBIx::XHTML_Table; # database credentials - fill in the blanks my ($data_source,$usr,$pass) = (); my $table = DBIx::XHTML_Table->new($data_source,$usr,$pass); $table->exec_query(" select foo from bar where baz='qux' order by foo "); print $table->output(); # stackable method calls: print DBIx::XHTML_Table ->new($data_source,$usr,$pass) ->exec_query('select foo,baz from bar') ->output(); # and much more - read on ... Requirements: · Perl


DBIx::XHTML_Table Related Software