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

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

URI::Template - Object for handling URI templates (RFC 6570) River stage three • 17 direct dependents • 104 total dependents

This module provides a wrapper around URI templates as described in RFC 6570: <http://tools.ietf.org/html/rfc6570>....

BRICAS/URI-Template-0.24 - 20 Sep 2018 17:58:55 UTC - Search in distribution

Data::Template - Generate data structures from templates River stage zero No dependents

Templates usually convert text templates to text. This module goes further by converting data structure templates to data structures. Beyond that, nothing new. I am lazy and the Template Toolkit is here today - so I use it. The current implementation...

FERREIRA/Data-Template-0.02 - 08 Jan 2016 22:52:49 UTC - Search in distribution

Decl::Template - implements a template in the Decl system. River stage zero No dependents

MICHAEL/Decl-0.11 - 21 Oct 2011 01:58:03 UTC - Search in distribution

HPCI::Template - This role gives the consumer a simple templating engine River stage one • 3 direct dependents • 3 total dependents

Provides a method render_template_to_file that writes a target file, using a Text::Xslate template file to define the content....

BOUTROSLB/HPCI-0.75 - 14 Dec 2018 22:55:43 UTC - Search in distribution

HTML::Template - Perl module to use HTML-like templating language River stage three • 81 direct dependents • 224 total dependents

This 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 UTC - Search in distribution

Here::Template - heredoc templates River stage zero No dependents

Simple Filter::Util::Call based implementation of heredoc templates. To enable templates in some heredoc use quoted heredoc mark that contains TMPL. Output is added to the buffer $here. You can append data there as well: print <<'TMPL'; Hello, my pid...

ZZZ/Here-Template-0.2 - 15 Apr 2012 15:53:45 UTC - Search in distribution

Kelp::Template - A very minimal template rendering engine for Kelp River stage two • 18 direct dependents • 20 total dependents

This module provides basic template rendering using Template::Tiny....

BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC - Search in distribution

Meta::Template - enhance/extends Template.pm from CPAN. River stage zero No dependents

This module provides enhancements I want for Template.pm from CPAN. Currently this only includes some exception handling....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

Mojo::Template - Perl-ish templates River stage four • 943 direct dependents • 1041 total dependents

Mojo::Template is a minimalistic, fast, and very Perl-ish template engine, designed specifically for all those small tasks that come up during big projects. Like preprocessing a configuration file, generating text from heredocs and stuff like that. S...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

Quiq::Template - Klasse für HTML/XML/Text-Generierung River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

Template::HTML - Automatic HTML encoding of tags for Template Toolkit River stage zero No dependents

This is a subclass of Template (the Template Toolkit frontend) provides completely automatic application of an HTML filter on all templated variables. An extra special filter called "none" is provided to "opt-out" on a per variable basis....

MSMITH/Template-HTML-0.04 - 13 Apr 2012 10:44:36 UTC - Search in distribution

Template::Lace - Logic-less, strongly typed, and componentized HTML templates. River stage one • 1 direct dependent • 1 total dependent

Template::Lace is a toolkit that makes it possible to bind HTML templates to plain old Perl classes as long as they provide a defined interface. These templates are fully HTML markup only; they contain no display logic, only valid HTML and component ...

JJNAPIORK/Template-Lace-0.017 - 05 Dec 2017 14:40:00 UTC - Search in distribution

Template::Like - Lightweight Template Engine. River stage zero No dependents

Directive GET SET USE CALL FOREACH WHILE IF UNLESS ELSIF ELSE END FILTER DUMMY INSERT INCLUDE PROCESS VMethods scalar defined length repeat replace match search split list hash size substr html uri array first last size max reverse join grep sort nso...

ASKADNA/Template-Like-0.12 - 13 Aug 2013 04:40:34 UTC - Search in distribution

Template::Nest - manipulate a generic template structure via a perl hash River stage zero No dependents

There are a wide number of templating options out there, and many are far more longstanding than Template::Nest. However, his module takes a different approach to many other systems, and in the author's opinion this results in a better separation of ...

TOMGRACEY/Template-Nest-0.11 - 04 May 2021 19:42:02 UTC - Search in distribution

Template::Plex - (P)erl (L)exical and (EX)tendable Templating River stage one • 2 direct dependents • 3 total dependents

"Template::Plex" facilitates the use of Perl (not embedded perl) as a template language. It implements bootstrapping and a system to load, cache, inherit and render templates with minimal code. The 'lexical' part of this module refers to the lexical ...

DRCLAW/Template-Plex-v0.7.0 - 10 Jan 2024 22:26:02 UTC - Search in distribution

Template::Pure - Perlish Port of pure.js and more River stage zero No dependents

NOTE WARNING: Early access module. Although we have a lot of test cases and this is the third redo of the code I've not well tested certain features (such as using an object as a data context) and other parts such as the way we handle undefined value...

JJNAPIORK/Template-Pure-0.033 - 26 Jan 2017 17:46:07 UTC - Search in distribution

Template::Swig - Perl interface to Django-inspired Swig templating engine. River stage zero No dependents

Template::Swig uses JavaScript::V8 and Paul Armstrong's Swig <https://github.com/paularmstrong/swig/> templating engine to provide fast Django-inspired templating in a Perl context. Templates are compiled to JavaScript functions and stored in memory,...

LOGIE/Template-Swig-0.05 - 17 Jul 2013 21:57:00 UTC - Search in distribution

Template::Tiny - Template Toolkit reimplemented in as little code as possible River stage two • 14 direct dependents • 40 total dependents

Template::Tiny is a reimplementation of a subset of the functionality from Template Toolkit in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-cpu templating situations, where you may need to upgrade to the...

ETHER/Template-Tiny-1.14 - 02 May 2021 16:49:58 UTC - Search in distribution

Text::Template - Expand template text with embedded Perl River stage four • 66 direct dependents • 1215 total dependents

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 - Search in distribution

Template::Qtpl - Parse text files from saved templates and substitutes variables River stage zero No dependents

Qtpl (Quick Template) module handles substitution of variables in text files. Templates are splitted into blocks which may be displayed once, sometimes or to not displayed at all, depending on the logic of your program. For example, such approach is ...

AVP/qtpl_perl-0.5 - 18 Oct 2001 10:35:14 UTC - Search in distribution

Async::Template - Async Template Toolkit River stage zero No dependents

Async::Template is the same as Template Toolkit with asynchronous interface and with asynchronous operators ASYNC/AWAIT which can be used with any event management system (like AnyEvent). To refer Template Toolkit language syntax, configure options, ...

OKLAS/Async-Template-0.14 - 09 Jan 2021 12:08:03 UTC - Search in distribution

Class::Template - struct/member template builder River stage zero No dependents

DMR/Class-Eroot-19960603 - 03 Jun 1996 20:17:52 UTC - Search in distribution

Email::Template - Send "multipart/alternative" (text & html) email from a Template River stage zero No dependents

This is a fairly simple interface to generate "multipart/alternative" emails with both "text/html" and "text/plain" components using a single HTML based Template Toolkit template. The HTML, once processed by Template Toolkit, is converted to text usi...

SFRYER/Email-Template-0.02 - 18 Mar 2012 16:10:44 UTC - Search in distribution

Excel::Template - Excel::Template River stage one • 2 direct dependents • 2 total dependents

This is a module used for templating Excel files. Its genesis came from the need to use the same datastructure as HTML::Template, but provide Excel files instead. The existing modules don't do the trick, as they require replication of logic that's al...

RBO/Excel-Template-0.34 - 29 Apr 2012 19:26:04 UTC - Search in distribution

Graph::Template - Graph::Template River stage zero No dependents

This is a module used for templating Graph files. Its genesis came from the need to use the same datastructure as HTML::Template, but provide Graph files instead. The existing modules don't do the trick, as they require separate logic from what HTML:...

RKINYON/Graph-Template-0.05 - 08 Apr 2004 11:40:53 UTC - Search in distribution

HCKit::Template - A template system for HTML construction River stage zero No dependents

This module constructs an HTML page from a template. The conversion proceeds with the help of rewrite rules and data sources. Rewrite rules can be specified in the template file itself, or in the Perl script. Data sources can be XML files, or dynamic...

HANGIL/HCKit-Template-0.02 - 10 Oct 2003 06:14:40 UTC - Search in distribution

Kwiki::Template - Kwiki Template Base Class River stage three • 119 direct dependents • 135 total dependents

INGY/Kwiki-0.39 - 06 Mar 2007 20:57:49 UTC - Search in distribution

Template::Quick - A simple Template System River stage zero No dependents

LZE/MySQL-Admin-1.18 - 26 May 2019 14:49:11 UTC - Search in distribution

OODoc::Template - Simple template system River stage one • 1 direct dependent • 1 total dependent

The "OODoc::Template module" is a light-weight but powerful template system, only providing display needs for applications, not behavior. Let's start with a promise: this module will never grow into a new programming language, as all the other templa...

MARKOV/OODoc-Template-0.17 - 08 Dec 2021 12:44:06 UTC - Search in distribution

Ovirt::Template - Bindings for oVirt Template API River stage zero No dependents

HEINCE/Ovirt-0.06 - 23 Mar 2016 11:16:29 UTC - Search in distribution

Parse::Template - Processor for templates containing Perl expressions River stage one • 1 direct dependent • 6 total dependents

The "Parse::Template" class evaluates Perl expressions placed within a text. This class can be used as a code generator, or a generator of documents in various document formats (HTML, XML, RTF, etc.). The principle of template-based text generation i...

PSCUST/ParseTemplate-3.08 - 28 Feb 2012 19:28:17 UTC - Search in distribution

Spoon::Template - Spoon Template Base Class River stage three • 8 direct dependents • 141 total dependents

INGY/Spoon-0.24 - 09 Dec 2006 23:29:37 UTC - Search in distribution

Template::Alloy - TT2/3, HT, HTE, Tmpl, and Velocity Engine River stage two • 14 direct dependents • 17 total dependents

"An alloy is a homogeneous mixture of two or more elements" (http://en.wikipedia.org/wiki/Alloy). Template::Alloy represents the mixing of features and capabilities from all of the major mini-language based template systems (support for non-mini-lang...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC - Search in distribution

Template::Flute - Modern designer-friendly HTML templating Engine River stage one • 4 direct dependents • 5 total dependents

Template::Flute enables you to completely separate web design and programming tasks for dynamic web applications. Templates are designed to be designer-friendly; there's no inline code or mini templating language for your designers to learn - instead...

HORNBURG/Template-Flute-0.027 - 18 Mar 2021 20:08:19 UTC - Search in distribution

Template::Magic - Magic merger of runtime values with templates River stage one • 2 direct dependents • 2 total dependents

Template::Magic is a "magic" interface between programming and design. It makes "magically" available all the runtime values - stored in your variables or returned by your subroutines - inside a static template file. In simple cases there is no need ...

SKNPP/Template-Magic-1.4 - 05 Mar 2012 22:57:11 UTC - Search in distribution

Template::Patch - Apply parameterized patches River stage zero No dependents

Please see metapatch for documentation. This module is experimental and the API here is subject to change....

GAAL/Template-Patch-0.03 - 19 Jan 2009 19:11:56 UTC - Search in distribution

Template::Plain - A Perl extension for very simple templates. River stage zero No dependents

Template::Plain fills place holders in templates. It is meant to be simple and lightweight. Place holders consist of a name between two delimiters. White space between the name and the delimiters is ignored. The default delimiters are "<%" and "%>" b...

JEREMY/Template-Plain-1.00 - 01 May 2012 20:53:37 UTC - Search in distribution

Template::Latex - Latex support for the Template Toolkit River stage one • 1 direct dependent • 1 total dependent

The Template::Latex module is a wrapper of convenience around the Template module, providing additional support for generating PDF, PostScript and DVI documents from LaTeX templates. You use the Template::Latex module exactly as you would the Templat...

EHUELS/Template-Plugin-Latex-3.12 - 10 May 2017 22:05:17 UTC - Search in distribution

Template::Teeny - Teeny-weeny templating system River stage zero No dependents

Template::Teeny is a more perlish implementation of the concepts in googles ctemplate library. The template syntax does not have any conditionals or looping directly. A basic template would look like so: Hi [% name %], You ordered the following: [% S...

URI/Template-Simple-0.06 - 13 May 2012 00:51:07 UTC - Search in distribution

Template::Timer - Rudimentary profiling for Template Toolkit River stage two • 1 direct dependent • 78 total dependents

PETDANCE/Template-Timer-1.00 - 07 Mar 2009 05:39:57 UTC - Search in distribution

Venus::Template - Template Class River stage two • 3 direct dependents • 56 total dependents

This package provides a templating system, and methods for rendering templates using simple markup and minimal control structures. The default opening and closing markers, denoting a template token, block, or control structure, are "{{" and "}}". A t...

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC - Search in distribution
  • Venus - Standard Library

ZConf::template River stage zero No dependents

VVELOX/ZConf-DevTemplate-0.1.1 - 16 Aug 2010 22:11:41 UTC - Search in distribution

Ananke::Template - Front-end module to the Ananke::Template River stage zero No dependents

Based in Template ToolKit This documentation describes the Template module which is the direct Perl interface into the Ananke::Template....

NATTIS/Ananke-Template-1.4 - 27 Jan 2003 18:59:40 UTC - Search in distribution

Apache::Template - Apache/mod_perl interface to the Template Toolkit River stage zero No dependents

The Apache::Template module provides a simple interface to the Template Toolkit from Apache/mod_perl. The Template Toolkit is a fast, powerful and extensible template processing system written in Perl. It implements a general purpose template languag...

ABW/Apache-Template-0.09 - 27 Apr 2004 09:26:34 UTC - Search in distribution

Basset::Template - my templating system River stage zero No dependents

Yes yes, I am horribly horribly villified for even considering doing such a thing. But this is actually a pretty damn powerful AND flexible templating system. It embeds perl into the template and doesn't worry about extra syntax or tokens or such of ...

JIMT/Basset-1.04 - 08 Jun 2007 18:23:43 UTC - Search in distribution

Dancer::Template - template wrapper for Dancer River stage three • 214 direct dependents • 218 total dependents

This module is the wrapper that provides support for different template engines....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Filter::Template - a source filter for inline code templates (macros) River stage one • 1 direct dependent • 2 total dependents

Filter::Template is a Perl source filter that provides simple inline source code templates. Inlined source code can be significantly faster than subroutines, especially for small-scale functions like accessors and mutators. On the other hand, they ar...

RCAPUTO/Filter-Template-1.043 - 12 Aug 2013 13:12:37 UTC - Search in distribution

Mojito::Template - the main HTML class River stage zero No dependents

MATEU/Mojito-0.25 - 10 Dec 2017 23:16:26 UTC - Search in distribution

NetSDS::Template - NetSDS template engine River stage one • 4 direct dependents • 4 total dependents

"NetSDS::Template" class provides developers with ability to create template based web applications....

RATTLER/NetSDS-1.301 - 12 Nov 2009 18:01:06 UTC - Search in distribution

OurNet::Template - Template Toolkit extraction and generation River stage zero No dependents

This module is a subclass of the standard *Template* toolkit, with added template extraction functionality, which means you can take a *process()*ed document and the original template together, and get the original data structure back. The "extract" ...

AUTRIJUS/OurNet-Query-1.56 - 28 Sep 2001 07:19:31 UTC - Search in distribution

Piffle::Template - Perlish templating language River stage zero No dependents

This is a simple Perl-embedding syntax for template code which is geared towards allowing authors to validate their templates directly against schemas or DTDs. The embedded language is Perl itself, which allows great flexibility at the expense of hav...

ANDREWC/Piffle-Template-0.3.1 - 21 Apr 2004 20:36:17 UTC - Search in distribution

RunApp::Template - Base class for RunApp template service River stage zero No dependents

The class allows inherited classes to use Template, and will use the DATA section of the subclass as default template if not otherwise specified....

CLKAO/RunApp-0.13 - 08 Nov 2006 16:14:48 UTC - Search in distribution

String::Template - Fills in string templates from hash of fields River stage one • 1 direct dependent • 1 total dependent

Generate strings based on a template. template language Replacement tokens are denoted with angle brackets. That is "<fieldname>" is replaced by the values in the "\%fields" hash reference provided. Some special characters can be used after the field...

PLICEASE/String-Template-0.23 - 18 Jul 2021 20:07:38 UTC - Search in distribution

Template::Direct - Creates a document page based on template/datasets River stage zero No dependents

Creates, Saves and Manages templates, their languages, the publication of and also does some work with the template design when saving unpublished templates...

DOCTORMO/Template-Direct-1.16 - 08 Apr 2008 18:56:27 UTC - Search in distribution

Template::Liquid - A Simple, Stateless Template System River stage one • 4 direct dependents • 4 total dependents

The original Liquid template engine was crafted for very specific requirements: * It has to have simple markup and beautiful results. Template engines which don't produce good looking results are no fun to use. * It needs to be non-evaling and secure...

SANKO/Template-Liquid-1.0.23 - 25 Sep 2023 22:17:51 UTC - Search in distribution

Template::Colour - module for colour manipulation River stage zero No dependents

This module allows you to define and manipulate colours using the RGB (red, green, blue) and HSV (hue, saturation, value) colour spaces. It delegates to the Template::Colour::RGB and Template::Colour::HSV modules to do all the hard work....

ABW/Template-Plugin-Colour-0.05 - 22 Apr 2012 05:06:53 UTC - Search in distribution

Template::Recall - "Reverse callback" templating system River stage zero No dependents

Template::Recall works using what I call a "reverse callback" approach. A "callback" templating system (i.e. Mason, Apache::ASP) generally includes template markup and code in the same file. The template "calls" out to the code where needed. Template...

GILAD/Template-Recall-0.21 - 24 Dec 2014 15:25:46 UTC - Search in distribution

Template::Refine - refine HTML River stage zero No dependents

JROCKWAY/Template-Refine-0.02 - 11 Sep 2008 11:11:43 UTC - Search in distribution

Tenjin::Template - A Tenjin template object, either built from a file or from memory. River stage one • 5 direct dependents • 5 total dependents

This module is in charge of the task of compiling Tenjin templates. Templates in Tenjin are compiled into standard Perl code (combined with any Perl code used inside the templates themselves). Rendering a template means "eval"uating that Perl code an...

IDOPEREL/Tenjin-1.000001 - 17 May 2016 19:56:02 UTC - Search in distribution

Typist::Template - A simple file-based template object River stage zero No dependents

TIMA/Typist-0.02 - 03 Nov 2006 04:30:50 UTC - Search in distribution

Command::Template - A template to build command line arrays, and run them River stage one • 1 direct dependent • 1 total dependent

"Command::Template" eases the creation of objects that help building up command-lines and/or to run them. As an example, it might be needed to generate multiple commands according to the following template: ls [options=-l] <dir> i.e. the "ls" command...

POLETTIX/Command-Template-0.001 - 14 Feb 2021 23:48:40 UTC - Search in distribution

FreePAN::Template - FreePAN Template River stage one • 2 direct dependents • 2 total dependents

INGY/FreePAN-0.10 - 03 Apr 2005 11:03:58 UTC - Search in distribution

MobaSiF::Template - Very fast Template module written by XS. River stage zero No dependents

BOBPP/MobaSiF-Template-0.02 - 09 Sep 2009 17:14:19 UTC - Search in distribution

Plagger::Template - Template Toolkit subclass for Plagger River stage one • 2 direct dependents • 2 total dependents

A subclass of Template Toolkit that's used by the Plagger plugins. As a plugin author, you really don't have to worry about this. See the documentation for Plagger::Pluggin's templatize method instead. The plugin calls the custom new routine like so:...

MIYAGAWA/Plagger-0.7.17 - 05 Dec 2006 07:40:09 UTC - Search in distribution

Quizzer::Template - Template object River stage zero No dependents

This is an object that represents a Template. Each Template has some associated data, the fields of the template structure. To get at this data, just use $template->fieldname to read a field, and $template->fieldname(value) to write a field. Any fiel...

IPPO/Quizzer-0.08 - 23 Apr 2002 09:01:54 UTC - Search in distribution

RackMan::Template - Simple templating module for RackMan River stage zero No dependents

This module is a simple Moose-based templating class, based on HTML::Template and HTML::Template::Filter::TT2. Please read the documentation of these modules for more details on the syntax....

SAPER/RackMan-1.19 - 06 May 2016 15:02:29 UTC - Search in distribution

SReview::Template - process a string or a file and apply changes to it River stage zero No dependents

"SReview::Template" is a simple wrapper around Mojo::Template. All the variables that are passed in to the "vars" parameter are passed as named variables to Mojo::Template. In addition, some bits of SReview previously did some simple sed-like search-...

WOUTER/SReview-0.9.3 - 03 Nov 2023 07:40:21 UTC - Search in distribution

Template::AsGraph - Create a graph from a Template Toolkit file River stage zero No dependents

graph($template_name) graph($template_name, \%tt_config) graph($template_name, \%tt_config, \%tt_vars) Receives a template name and generates a Graph::Easy object with a representation of the template's flow. It may optionally receive any Template co...

GARU/Template-AsGraph-0.02 - 28 Apr 2013 08:26:40 UTC - Search in distribution

Template::Caribou - class-based HTML-centric templating system River stage one • 3 direct dependents • 3 total dependents

WARNING: Codebase is alpha with extreme prejudice. Assume that bugs are teeming and that the API is subject to change. Template::Caribou is a Moose-based, class-centric templating system mostly aimed at producing sgml-like outputs, mostly HTML, but a...

YANICK/Template-Caribou-1.2.2 - 20 Oct 2023 15:56:58 UTC - Search in distribution

Template::Declare - Perlish declarative templates River stage two • 11 direct dependents • 16 total dependents

"Template::Declare" is a pure-Perl declarative HTML/XUL/RDF/XML templating system. Yes. Another one. There are many others like it, but this one is ours. A few key features and buzzwords: * All templates are 100% pure Perl code * Simple declarative s...

ALEXMV/Template-Declare-0.47 - 17 Dec 2014 04:27:40 UTC - Search in distribution

Template::Extract - Use TT2 syntax to extract data from documents River stage two • 15 direct dependents • 16 total dependents

This module adds template extraction functionality to the Template toolkit. It can take a rendered document and its template together, and get the original data structure back, effectively reversing the "Template::process" function....

AUDREYT/Template-Extract-0.41 - 15 Oct 2007 17:56:01 UTC - Search in distribution

Template::Perlish - Yet Another Templating system for Perl River stage one • 4 direct dependents • 5 total dependents

You bet, this is another templating system for Perl. Yes, because it's the dream of every Perl programmer, me included. I needed something that's easily portable, with no dependencies apart a recent Perl version (but with some tweaking this should be...

POLETTIX/Template-Perlish-1.64 - 12 Mar 2023 18:12:14 UTC - Search in distribution

Template::Process - Process TT2 templates against data files River stage zero No dependents

This module implements a facility to process TT2 scripts against data files, so that applying simple templates to simple data involves no coding. This is the heart of the tt script (which comes in the same distribution). METHODS new $tt = Template::P...

FERREIRA/Template-Process-0.0006 - 26 Mar 2007 14:11:31 UTC - Search in distribution

Template::Replace - PurePerl Push-Style Templating Module River stage zero No dependents

# # TODO !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # Beware: This module's code is neither elegant nor ingenious! Au contraire - it's ugly, it's a mess ... and it is doing what I wanted it to do. (Okay, not as bad as stated, but don't complain when ...

CAUGUSTIN/Template-Replace-0.04 - 08 Jan 2012 17:12:34 UTC - Search in distribution

Template::Overlay - A powerful, and simple, library for resolving placeholders in templated files River stage zero No dependents

This provides the ability ot overlay a set of files with a set of resolved templates. It uses Template::Resolver to resolve each file....

LTHEISEN/Template-Resolver-1.16 - 22 Dec 2017 19:45:28 UTC - Search in distribution

Template::Reverse - A template generator getting different parts between pair of text River stage zero No dependents

Template::Reverse detects different parts between pair of similar text as merged texts from same template. And it can makes an output marked differences, encodes to TT2 format for being use by Template::Extract module....

KHS/Template-Reverse-0.202 - 23 Jun 2017 08:13:02 UTC - Search in distribution

Template::Sandbox - Fast template engine sandboxed from your application. River stage one • 2 direct dependents • 2 total dependents

Template::Sandbox is Yet Another Templating module, designed primarily for use in a webserver environment but usable anywhere, providing a more secure "sandboxed" environment than most templating systems. The core design philosophy for Template::Sand...

SGRAHAM/Template-Sandbox-1.04 - 11 May 2010 09:08:09 UTC - Search in distribution

Template::TT2Site - Create standard web sites with the Template Toolkit River stage zero No dependents

Template::TT2Site is a framework to create web sites using the Template Toolkit. The technical structure of the site is patterned after the method described in chapter 11 of *The Badger Book*. The structure has been slightly simplified for ease of us...

JV/Template-TT2Site-0.95 - 27 Feb 2005 15:36:40 UTC - Search in distribution

Template::Twostep - Compile templates into a subroutine River stage zero No dependents

This module simplifies the job of producing html text output by letting you put data into a template. Templates support the control structures in Perl: "for" and "while" loops, "if-else" blocks, and some others. Creating output is a two step process....

JINZANG/Template-Twostep-1.05 - 05 May 2014 12:01:41 UTC - Search in distribution

WebDyne::Template - WebDyne extension module that implements document templating River stage zero No dependents

WebDyne::Template is a WebDyne extension module that implements document templating. You can set templates for locations or sites, e.g. menu sidebars, header, copyright information etc. All psp documents within the scope of the location will then be ...

ASPEER/WebDyne-Template-1.023 - 01 Oct 2011 16:20:44 UTC - Search in distribution
3,472 results (0.392 seconds)