Search results for "Template"
Template - Front-end module to the Template Toolkit
This documentation describes the Template module which is the direct Perl interface into the Template Toolkit. It covers the use of the module and gives a brief summary of configuration options and template directives. Please see Template::Manual for...
ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC - Search in distribution- Template::FAQ - Frequently Asked Questions about the Template Toolkit
- Template::View - customised view of a template processing context
- Template::Test - Module for automating TT2 test scripts
- 62 more results from Template-Toolkit »
Template::TAL::Template - a TAL template
This class represents a single TAL template, and stores its XML source. You'll probably not see these objects directly - Template::TAL takes template names and returns bytes. But you might....
FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC - Search in distribution- Template::TAL - Process TAL templates with Perl
- Template::TAL::Output - base class for Template::TAL output layers
- Template::TAL::Provider - Base class for TAL template providers
- 2 more results from Template-TAL »
Template::Plugin::HTML::Template - HTML::Template filter in TT
Template::Plugin::HTML::Template is a TT plugin to filter HTML::Template templates. It might sound just silly, but it can be handy when you want to reuse existent HTML::Template templates inside TT....
MIYAGAWA/Template-Plugin-HTML-Template-0.02 - 25 Sep 2002 17:41:31 UTC - Search in distribution
Su::Template - A module to make the string using the specified template and passed parameters.
Su::Template is a module to make the string using the specified template and passed parameters....
LOTTZ/Su-0.110 - 02 Dec 2012 15:33:55 UTC - Search in distribution
ZM::Template - Merges runtime data with static HTML or Plain Text template file.
In an ideal web system, the HTML used to build a web page would be kept distinct from the application logic populating the web page. This module tries to achieve this by taking over the chore of merging runtime data with a static html template. Templ...
MAXICO/ZM-Template-0.7.2 - 29 Jun 2009 15:06:34 UTC - Search in distribution
Any::Template - provide a consistent interface to a wide array of templating languages
This module provides a simple, consistent interface to common templating engines so you can write code that is agnostic to the template language used in the presentation layer. This means you can allow your interface developers to work in the templat...
BBC/Any-Template-1.015 - 08 May 2006 12:33:52 UTC - Search in distribution- Any::Template::Backend::Text::Template - Any::Template backend for Text::Template
- Any::Template::Backend::HTML::Template - Any::Template backend for HTML::Template
- Any::Template::Backend - base class for implementing backends for Any::Template
- 2 more results from Any-Template »
Template::PSP - Process HTML-like files with custom tags and Perl code
Template::PSP allows arbitrary Perl code to be embedded in HTML-like pages. It also provides a framework for creating custom tags using a combination of text and evaluated Perl....
RADCLIFF/Apache-PSP-1.00 - 20 Mar 2004 00:53:47 UTC - Search in distribution
CAM::Template - Clotho-style search/replace HTML templates
This package is intended to replace Clotho's traditional ::PARAM:: syntax with an object-oriented API. This syntax is overrideable by subclasses. See the last section of this documentation for an explanation of the default syntax. We recommend that y...
CLOTHO/CAM-Template-0.93 - 20 Sep 2005 19:26:59 UTC - Search in distribution
CGI::Template - An easy to use and intuitive template system for Perl web application development.
CGI::Template simplifies and speeds up the development of web applications by providing an easy to use system that inherently keeps web design and code separate. Each time a script that uses CGI::Template is executed, CGI::Template will automatically...
DVENABLE/CGI-Template-0.01 - 24 Jan 2013 09:40:00 UTC - Search in distribution
CSV::Template - A CSV templating module derived from HTML::Template
This is really just a subclass of HTML::Template that does some minor post processing of the output. Since HTML::Template really just operates on plain text, and not HTML specifically, it dawned on me that there is no reason why I should not use HTML...
STEVAN/CSV-Template-0.03 - 17 Feb 2005 19:51:00 UTC - Search in distribution
DBD::Template - A template/sample class for DBI drivers.
This is still alpha version. The DBD::Template module is a DBI driver. You can make DBD with simply define function described below;...
KWITKNR/DBD-Template-0.01 - 12 Nov 2002 22:55:05 UTC - Search in distribution- DBD::TemplateSS - A template/sample class for DBI drivers with SQL::Statement.
EJS::Template - EJS (Embedded JavaScript) template engine
EJS is a template with JavaScript code embedded, and this module provides a template engine to generate output from EJS templates. It can be used as a general-purpose template engine to generate text documents, configurations, source code, etc. For w...
MAHIRO/EJS-Template-0.09 - 30 Apr 2019 04:21:38 UTC - Search in distribution- EJS::Template::IO - Mix-in module to normalize input/output parameters for EJS::Template
- EJS::Template::Util - Utility for EJS::Template
- EJS::Template::Test - Testing utility for EJS::Template
- 10 more results from EJS-Template »
Eve::Template - a template engine class.
Eve::Template is a template engine adapter class. It adapts well known Template package. Constructor arguments "path" a path to template files "compile_path" a path where compiled template files will be stored "expiration_interval" determines how lon...
ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC - Search in distribution- Eve::TemplateStub - a stub class that replaces the template class with a mock.
- Eve::Registry - a service provider class.
NTS::Template - Fast and small template system
Formerly Ananke::Template, this Template System is based in Template ToolKit. Very small compared with Template Toolkit, and 100% compatible with mod_perl 2. Speedy: $ cd /proc ; grep name cpuinfo model name : AMD Athlon(tm) XP 1700+ $ ./bench_templ ...
NATTIS/NTS-Template-2.1 - 02 Sep 2004 20:39:25 UTC - Search in distribution
PDF::Template - PDF::Template
PDF::Template is a PDF layout system that uses the same data structures as HTML::Template....
RKINYON/PDF-Template-0.22 - 11 Jan 2005 15:52:04 UTC - Search in distribution
Pod::Template - Building pod documentation from templates.
Writing documentation on a project maintained by several people which spans more than one module is a tricky matter. There are many things to consider: Location Should pod be inline (above every function), at the bottom of the module, or in a distinc...
KANE/Pod-Template-0.02 - 09 Sep 2003 18:58:40 UTC - Search in distribution
Rex::Template - simple template engine
This is a simple template engine for configuration files. It is included mostly for backwards compatibility, and it is recommended to use Rex::Template::NG instead (for better control of chomping new lines, and better diagnostics if things go wrong)....
FERKI/Rex-1.14.2 - 05 May 2023 21:42:30 UTC - Search in distribution- Rex::Template::NG - simple template engine (replacing Rex::Template)
- Rex - the friendly automation framework
- Rex::Commands - All the basic commands
- 8 more results from Rex »
SQL::Template - A new way to organize your database code
Write SQL sentences in external files and use them from Perl. Imagine this situation: you know DBI and you like it, because you can make use of your SQL knowledge. But you are not happy having the SQL code into the Perl code. You can use other CPAN m...
NICEPERL/SQL-Template-0.2.4 - 14 Aug 2017 07:41:09 UTC - Search in distribution- SQL::Template::Command - Commands supported by SQL::Template
- lib/SQL/Template/XMLBuilder.pm
Template::Ast - Processing ASTs for Perl Template Toolkit
ASTs are essential in the programming model based on Perl Template Toolkit. This module provides some easy interface to do the dirty work involved in AST handling. The term AST used here are referred to any Perl referece pointed to a complex data str...
AGENT/Template-Ast-0.02 - 19 Jul 2005 11:37:34 UTC - Search in distribution- astt - tpage-like tool that combines Perl AST with template file
Template::XML - XML plugins for the Template Toolkit
The Template-XML distribution provides a number of Template Toolkit plugin modules for working with XML. The Template::Plugin::XML module is a front-end to the various other XML plugin modules. Through this you can access XML files and directories of...
ABW/Template-XML-2.17 - 09 Feb 2007 17:30:10 UTC - Search in distribution- Template::Plugin::XML::File - TT plugin for XML files