Sei in Home page » Prodotti » Opensource » CPAN » HTML::Template::Extension » Help on line

Soluzione integrata di telefonia su internet a banda larga.
Cerca su questo sito:  

Vuoi essere aggiornato in tempo reale su tutto quello che mi succede giorno per giorno?
Visita il mio nuovo blog

NAME

HTML::Template::Extension::DO_NOTHING - Plugin that do nothing :-)


SYNOPSIS

 use HTML::Template::Extension;
 my $text = qq
    |
     Standard module emulation
     =========================
     If all is ok you can read this here --> <TMPL_VAR NAME="test">
    |;
 # This is equivalent to
 # my $comp       = new HTML::Template::Extension(
 #                                            scalarref => \$text
 #                        );
 my $comp       = new HTML::Template::Extension(
                                            scalarref => \$text,
                                            plugins=>["DO_NOTHING"],
                        );
 $comp->param('test' => "It works!!!");
 print $comp->output;
 #   OUTPUT:
 #
 #   Standard module emulation
 #   =========================
 #   If all is ok you can read this here --> It works!!!


DESCRIPTION

This plugin don't add anything to base class and loading it or not is the same.

It's here so that you can use it to build your own extension to HTM::Template dictionary.

If you develope something interesting, send me so that you can share your works with perl comunity.


AUTHOR

Bruni Emiliano, <info@ebruni.it>


SEE ALSO

 HTML::Template
 HTML::Template::Extension::DO_NOTHING
 HTML::Template::Extension::SLASH_VAR
 HTML::Template::Extension::CSTART
 HTML::Template::Extension::DOC
 HTML::Template::Extension::HEAD_BODY
JavaScript Menu Courtesy of Milonic.com




Commenti
Lascia un commento

Nome e Email sono obbligatori (l'email non verrą mostrato). L'URL č opzionale. I commenti non appariranno subito in quanto sono sottoposti a moderazione.

Sono accettati questi TAG: <A>, <STRONG>, <B>, <EM>

ome
Nessun commento č stato ancora inserito. Che ne diresti di essere tu il primo?

 Copyright© 1997-2006 Emiliano Bruni Online dal 16/08/1998 con visitatori Scrivimi all'indirizzo: