HTML::HashTable 
Kirrily 'Skud' Robert <skud@netizen.com.au>
Version 0.5 (1999-08-11)

This module turns an arbitrarily complex/messy Perl has into a fairly
cleanly written HTML table.  Perfect for turning database-generated
data structures into web pages and so on.  You simply pass a hashref
to the tablify() routine.

To install:
  tar -xzvf HTML-HashTable-0.5.tar.gz
  cd HashTable
  perl Makefile.PL
  make
  (as root) make install

For more information, use perldoc HTML::HashTable



