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

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

gets called by HTC
Dumps variables into clickable HTML. See "dhtml.html" in examples.