Template::Plugin::Data::HTMLDumper - Template Toolkit plugin interface to Data::HTMLDumper.
[% 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.
There is one method supported by the Data.HTMLDumper object.
Generates nested HTML tables using output from the Data::Dumper module.
l<Template|Template>, Data::HTMLDumper, Data::Dumper
Dennis Sutch<dennis@sutch.com>
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.
To install Template::Plugin::Data::HTMLDumper, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Template::Plugin::Data::HTMLDumper
CPAN shell
perl -MCPAN -e shell install Template::Plugin::Data::HTMLDumper
For more information on module installation, please visit the detailed CPAN module installation guide.