Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper.
SYNOPSIS
[% USE Data.HTMLDumper %]
[% Data.HTMLDumper.dump(myvar) %]
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.
Product's homepage
Requirements:
· Perl