NAME DBIx::XHTML_Table - Create XHTML tables from SQL queries INSTALL Installation as usual: perl Makefile.PL make make test make install DESCRIPTION See perldoc DBIx::XHTML_Table HISTORY 0.99 - deprected modify_tag() for modify(), fixed header ucfirst bug 0.98 - styles as hashes, set_row_colors() uses styles now 0.97 - deprecated get_table() for output() 0.96 - added set_pk(), get_current_row(), and get_current_col() - deprecated map_col() for map_cell() 0.95 - added map_head(), constructor now accepts minor table config 0.90 - HEADER is now HEAD - FOOTER is now FOOT,