Data/HTMLDumper version 0.01
============================

This is like Data::Dumper, but makes html tables instead of pretty
printing with whitespace.  It can be used in any Perl that is generating
output destined for a browser.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires only:

  Data::Dumper

COPYRIGHT AND LICENCE

Copyright (C) 2003 Phil Crow

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl 5.8.0 itself. 

