NAME

Template::Plugin::Data::HTMLDumper - Template Toolkit plugin interface to Data::HTMLDumper.

SYNOPSIS

  [% USE Data.HTMLDumper %]

  [% Data.HTMLDumper.dump(myvar) %]

DESCRIPTION

A very simple Template Toolkit Plugin Interface to the Data::HTMLDumper module. The Data::HTMLDumper module displays output from the Data::Dumper module as HTML tables.

METHODS

There is one method supported by the Data.HTMLDumper object.

dump()

Generates nested HTML tables using output from the Data::Dumper module.

SEE ALSO

l<Template|Template>, Data::HTMLDumper, Data::Dumper

AUTHOR

Dennis Sutch<dennis@sutch.com>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Dennis Sutch

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.