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


HTML-Template-Compiled documentation  | view source Contained in the HTML-Template-Compiled distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

METHODS

Top

register

gets called by HTC

dumper

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


HTML-Template-Compiled documentation  | view source Contained in the HTML-Template-Compiled distribution.