Search results for "module:text::template"
Text::Template - Expand template text with embedded Perl
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.61 - 28 Apr 2022 20:51:13 UTC
Text::Template::Base - Expand template text with embedded Perl
This 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 UTC
Text::PORE::Template - PORE Template Handle
PORE::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 UTC
Text::Hogan::Template - represent and render compiled templates
KAORU/Text-Hogan-2.03
-
17 Dec 2019 21:54:36 UTC
Any::Template::Backend::Text::Template - Any::Template backend for Text::Template
All 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 UTC
Text::Template::Simple
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 UTC
Text::Template::Inline - Easy formatting of hierarchical data
This 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 UTC
Text::Template::Library - a derived class of Text::Template
I 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 UTC
Text::Template::Compact - text base template expand module
The "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.13 - 04 Apr 2023 01:58:18 UTC
Text::Template::LocalVars - Text::Template with localized variables
Text::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 UTC
Template::Plugin::GD::Text - Text utilities for use with GD
The 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 UTC
Text::Template::Preprocess - Expand template text with embedded Perl
"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.61 - 28 Apr 2022 20:51:13 UTC
Text::Template::Simple::Util
Contains utility functions for Text::Template::Simple....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 UTC
Text::Template::Simple::Dummy
All templates are compiled into this class....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 UTC
Text::Template::Simple::Cache
Cache manager for "Text::Template::Simple"....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 UTC
Module::Text::Template::Build - Create a module based on a template to use with Module::Build
This 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 UTC
Text::Template::Simple::Caller
Caller 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 UTC
Template::Plugin::Text::Widont - A Template Toolkit filter for removing typographic widows
"Template::Plugin::Text::Widont" provides a simple Template Toolkit filter interface to the Text::Widont module. See the NON-BREAKING SPACE TYPES section in Text::Widont's documentation for more information about available values for "nbsp"....
DCARDWELL/Template-Plugin-Text-Widont-0.01 - 01 Apr 2007 23:36:12 UTC