This module helps you to test HTML::Template-based programs by printing only the information used to fill-in the template data. This makes it much easier to automatically parse the output of your program. Currently, data can be outputed by "Data::Dum...
TMURRAY/HTML-Template-Dumper-0.1 - 21 Nov 2003 14:33:38 UTCThe Processor.pm module is designed to remove html from perl scripts without putting too much Perl into the html. The syntax (configurable) is somewhat verbose in order to not scare off html coders, while retaining some Perl logic and functionality. ...
PSCHNELL/HTML-Processor-0.2.1 - 26 Nov 2002 15:31:00 UTCThis module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - "<TMPL_VAR>" "<TMPL_LOOP>", "<TMPL_INCLUDE>", "<TMPL_IF>", "<TMPL_ELSE>" and "<TMPL_UNLESS>". The file written with HTML a...
SAMTREGAR/HTML-Template-2.97 - 18 May 2017 20:30:05 UTCThis module allows you to render ExtJS forms without changing your HTML::FormFu config file. use HTML::FormFu::ExtJS; my $form = new HTML::FormFu::ExtJS; $form->load_config_file('forms/config.yml'); print $form->render; HTML::FormFu::ExtJS subclasses...
PERLER/HTML-FormFu-ExtJS-0.090 - 04 Apr 2011 09:47:27 UTCHTML::Template::Compiled is a template system which can be used for HTML::Template templates with almost the same API. It offers more flexible template delimiters, additional tags and features, and by compiling the template into perl code it can run ...
TINITA/HTML-Template-Compiled-1.003 - 03 May 2016 12:15:34 UTCThe Plugin allows you to create multilingual templates including maketext and/or gettext features. Before you have written your own translator class, HTML::Template::Compiled::I18N::DefaultTranslator runs. Later you have to write a translator class t...
STEFFENW/HTML-Template-Compiled-Plugin-I18N-1.04 - 29 Oct 2010 19:49:13 UTCTINITA/HTML-Template-Compiled-Plugin-DHTML-0.03 - 10 Jan 2013 21:02:29 UTC