| HTML-Template-Compiled documentation | view source | Contained in the HTML-Template-Compiled distribution. |
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.
| HTML-Template-Compiled documentation | view source | Contained in the HTML-Template-Compiled distribution. |