HTML::Template::Compiled::Plugin::DHTML.3pm

Langue: en

Version: 2008-11-03 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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.