This is a library for generating form letters, building HTML pages, or filling in templates generally. A `template' is a piece of text that has little Perl programs embedded in it here and there. When you `fill in' a template, you evaluate the little...
MSCHOUT/Text-Template-1.57 - 09 Sep 2019 13:53:25 GMTThis module is an enhanced version of M-J. Dominus' Text::Template version 1.45. I have tried to contact M-J. to get my patches (included in this distribution in the "patches/" directory) into Text::Template but never got an answer. For usage informa...
OPI/Text-Template-Library-0.04 - 20 Jun 2010 18:28:23 GMTPORE::Template represents the handle for PORE templates. To instantiate a PORE::Template object, either a filename of the template or the a template id is required. The instance is then passed to "PORE::render()" during the rendering process....
ZTANG/Text-PORE-1.02 - 23 Feb 2004 00:21:00 GMTKAORU/Text-Hogan-2.02 - 10 Mar 2019 16:10:40 GMT
This is a simple template module. There is no extra template/mini language. Instead, it uses Perl as the template language. Templates can be cached on disk or inside the memory via the internal cache manager. It is also possible to use static/dynamic...
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTThis module exports a fuction "render" that substitutes identifiers of the form "{key}" with corresponding values from a hashref, listref or blessed object. It has features that work well with inline documents like heredocs, such as automatic uninden...
ZGH/Text-Template-Inline-0.13 - 01 Sep 2006 09:08:06 GMTAll template input methods are provided natively by Text::Template. Output to a coderef uses the default implementation of buffering all the output in a string and passing this to a coderef, so beware of the memory consumption if the output is large....
BBC/Any-Template-1.015 - 08 May 2006 12:33:52 GMTI have used "Text::Template" for several years in different projects. Allways I have missed the possibility to create macros. For example suppose this template: <table> [% for (@rows) { $OUT.="<<EOR"; <tr>...</tr> EOR } %] </table> This works perfect...
OPI/Text-Template-Library-0.04 - 20 Jun 2010 18:28:23 GMTThe "Text::Template::Compact" module is text base template expand module. This module compile control tag in source text and output it with parameter data that gived at runtime. Its main purpose is handling HTML templates in Web Application, but it a...
TATE/Text-Template-Compact-0.1.12 - 16 Jul 2017 03:26:59 GMTText::Template::LocalVars is a subclass of Text::Template, with additional options to manage how and where template variables are stored. These come in particularly handy when template fragments themselves perform template fills, either inline or by ...
DJERIUS/Text-Template-LocalVars-0.04 - 22 Sep 2014 15:07:02 GMTThe GD.Text plugin provides an interface to the GD::Text module. It allows attributes of strings such as width and height in pixels to be computed. See GD::Text for more details. See Template::Plugin::GD::Text::Align and Template::Plugin::GD::Text::W...
ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 GMT"Text::Template::Preprocess" provides a new "PREPROCESSOR" option to "fill_in". If the "PREPROCESSOR" option is supplied, it must be a reference to a preprocessor subroutine. When filling out a template, "Text::Template::Preprocessor" will use this s...
MSCHOUT/Text-Template-1.57 - 09 Sep 2019 13:53:25 GMTContains utility functions for Text::Template::Simple....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTAll templates are compiled into this class....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTCache manager for "Text::Template::Simple"....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTThis script allows you to simply create perl modules from a template. A default template is provided but you can easily create your own or modify the default template....
NKH/Module-Text-Template-Build-0.05.10 - 20 May 2011 14:16:27 GMTCaller stack tracer for Text::Template::Simple. This module is not used directly inside templates. You must use the global template function instead. See Text::Template::Simple::Dummy for usage from the templates....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTRJBS/Catalyst-View-Text-Template-0.011 - 13 Dec 2013 13:10:55 GMT