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


Back to Top


NAME

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

Back to Top


SYNOPSIS

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

Back to Top


METHODS

register

gets called by HTC

dumper

Dumps variables into clickable HTML. See examples/dhtml.html.

Back to Top

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