Scroll to navigation

HTML::Template::Compiled::Plugin::DHTML(3pm) User Contributed Perl Documentation HTML::Template::Compiled::Plugin::DHTML(3pm)

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.
2012-05-26 perl v5.14.2