An open API service indexing awesome lists of open source software.

https://github.com/perlpunk/html-template-compiled-plugin-dhtml

Data::TreeDumper::Renderer::DHTML plugin for HTML::Template::Compiled
https://github.com/perlpunk/html-template-compiled-plugin-dhtml

Last synced: 3 months ago
JSON representation

Data::TreeDumper::Renderer::DHTML plugin for HTML::Template::Compiled

Awesome Lists containing this project

README

        

VERSION
$VERSION = "0.02"

NAME
HTML::Template::Compiled::Plugin::DHTML - Dumps variables into clickable
HTML output

SYNOPSIS
use HTML::Template::Compiled::Plugin::DHTML;

my $htc = HTML::Template::Compiled->new(
plugin => [qw(HTML::Template::Compiled::Plugin::DHTML)],
...
);

METHODS
register
gets called by HTC

dumper
Dumps variables into clickable HTML. See "dhtml.html" in examples.