The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

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

VERSION

$VERSION = "0.03"

SYNOPSIS

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.