The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Template"

Template - Front-end module to the Template Toolkit River stage three • 561 direct dependents • 959 total dependents

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::TAL::Template - a TAL template River stage zero No dependents

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::Plugin::HTML::Template - HTML::Template filter in TT River stage zero No dependents

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. River stage zero No dependents

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. River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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

Template::PSP - Process HTML-like files with custom tags and Perl code River stage zero No dependents

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 River stage one • 3 direct dependents • 6 total dependents

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. River stage zero No dependents

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 River stage zero No dependents

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. River stage zero No dependents

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 River stage zero No dependents

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

Eve::Template - a template engine class. River stage zero No dependents

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

NTS::Template - Fast and small template system River stage one • 2 direct dependents • 2 total dependents

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 River stage zero No dependents

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. River stage zero No dependents

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 River stage two • 18 direct dependents • 18 total dependents

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.3 - 05 Aug 2023 19:38:49 UTC - Search in distribution

SQL::Template - A new way to organize your database code River stage zero No dependents

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

Template::Ast - Processing ASTs for Perl Template Toolkit River stage zero No dependents

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 River stage zero No dependents

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
3,467 results (0.137 seconds)