|
NAMETemplate::Magic::HTML - HTML handlers for Template::Magic used in a HTML environmentVERSION 1.39Included in Template-Magic 1.39 distribution.The latest versions changes are reported in the Changes file in this distribution. SYNOPSIS$tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => 'HTML' , value_handlers => 'HTML' ; # that explicitly means $tm = new Template::Magic markers => [ qw( <!--{ / }--> ) ], value_handlers => [ qw( SCALAR REF CODE TableTiler ARRAY HASH FillInForm ) ] ; DESCRIPTIONTemplate::Magic::HTML is a collection of handlers for Template::Magic useful when used in a HTML environment. It adds a couple of magic HTML specific value handlers to Template::Magic default value handlers. Just create and use the object as usual, to have a trasparent interface to HTML::TableTiler and HTML::FillInForm too.Other interesting readings about how to use this collection are in:
HTML VALUE HANDLERS
SEE ALSO
SUPPORTSupport for all the modules of the Template Magic System is via the mailing list. The list is used for general support on the use of the Template::Magic, announcements, bug reports, patches, suggestions for improvements or new features. The API to the Magic Template System is stable, but if you use it in a production environment, it's probably a good idea to keep a watch on the list.You can join the Template Magic System mailing list at this url: <http://lists.sourceforge.net/lists/listinfo/template-magic-users> AUTHOR and COPYRIGHT© 2004-2005 by Domizio Demichelis (<http://perl.4pro.net>)All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as perl itself. POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |