Template::Plugin - Base class for Template Toolkit plugins
A "plugin" for the Template Toolkit is simply a Perl module which exists in a known package location (e.g. "Template::Plugin::*") and conforms to a regular standard, allowing it to be loaded and used automatically. The "Template::Plugin" module defin...
TODDR/Template-Toolkit-3.100 - 26 Apr 2022 16:22:07 UTC
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
Template::Plugin::GD - GD plugin(s) for the Template Toolkit
The Template-GD distribution provides a number of Template Toolkit plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library. These plugins were distributed as part of the ...
ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC
Template::Plugin::Class - allow calling of class methods on arbitrary classes
Template::Plugin::Class allows you to call class methods on arbitrary classes. One use for this is in Class::DBI style applications, where you may do somthing like this: [% USE cd = Class('Music::CD') %] [% FOREACH disc = cd.retrieve_all %] [% disc.a...
RCLAMP/Template-Plugin-Class-0.14 - 05 May 2009 13:52:25 UTC
Template::Plugin::XML - XML plugin 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
Template::Plugin::Map - map VMethod for Template::Tookit
This module is a Template Tooklit plugin that provides a "map" VMethod. This just provides a way to map a method call to a list of objects....
MSCHOUT/Template-Plugin-Map-0.03 - 29 Jul 2017 19:23:12 UTC
Template::Plugin::URI - A Template Plugin To Use URI Objects
DBOYS/Template-Plugin-URI-0.03
-
25 Dec 2020 15:15:31 UTC
Template::Plugin::URL - Plugin to construct complex URLs
The "URL" plugin can be used to construct complex URLs from a base stem and a hash array of additional query parameters. The constructor should be passed a base URL and optionally, a hash array reference of default parameters and values. Used from wi...
TODDR/Template-Toolkit-3.100 - 26 Apr 2022 16:22:07 UTC
Template::Plugin::Pod - Plugin interface to Pod::POM (Pod Object Model)
This plugin is an interface to the Pod::POM module....
TODDR/Template-Toolkit-3.100 - 26 Apr 2022 16:22:07 UTC
Template::Plugin::MP3 - Interface to the MP3::Info Module
"Template::Plugin::MP3" provides a simple wrapper for using "MP3::Info" in object oriented mode; see MP3::Info for more details....
DARREN/Template-Plugin-MP3-1.02 - 24 Jun 2003 13:48:06 UTC
Template::Plugin::CSV - Plugin for generating CSV
This is a very simple TT2 Plugin for generating CSV. A CSV object will be instantiated via the following directive: [% USE CSV %]...
GUGOD/Template-Plugin-CSV-0.04 - 22 Mar 2007 03:10:39 UTC
Template::Plugin::SSI - Plugin to use SSI in Template Toolkit (wrapper for CGI::SSI)
A Template Toolkit Plugin that provides an easy way to include Apache's SSI within a template. (acts as a wrapper to CGI::SSI) The plugin can be loaded via the familiar USE directive. [% USE SSI %] This creates a plugin object with the name of 'SSI'....
COREY/Template-Plugin-SSI-0.11 - 16 Feb 2005 20:10:16 UTC
Template::Plugin::CGI - Simple Template Toolkit plugin interfacing to the CGI.pm module
This is a very simple Template Toolkit Plugin interface to the "CGI" module. A "CGI" object will be instantiated via the following directive: [% USE CGI %] "CGI" methods may then be called as follows: [% CGI.header %] [% CGI.param('parameter') %] An ...
TODDR/Template-Plugin-CGI-3.101 - 27 Apr 2022 16:28:01 UTC
Template::Plugin::Assert - trap undefined values
This plugin defines the "assert" virtual method that can be used to automatically throw errors when undefined values are used. For example, consider this dotop: [% user.name %] If "user.name" is an undefined value then TT will silently ignore the fac...
TODDR/Template-Toolkit-3.100 - 26 Apr 2022 16:22:07 UTC
Template::Plugin::Scalar - call object methods in scalar context
The Template Toolkit calls user-defined subroutines and object methods using Perl's array context by default. This plugin module provides a way for you to call subroutines and methods in scalar context....
TODDR/Template-Toolkit-3.100 - 26 Apr 2022 16:22:07 UTC
Template::Plugin::xkcd - WWW::xkcd plugin for Template::Toolkit
A Template (Template::Toolkit) plugin to provide an image tag for xkcd comics. You can pick which comic (either latest, or by number). It uses WWW::xkcd....
XSAWYERX/Template-Plugin-xkcd-0.004 - 31 Jan 2017 20:00:24 UTC
Template::Plugin::JSON - Adds a .json vmethod for all TT values.
This plugin provides a ".json" vmethod to all value types when loaded. You can also decode a json string back to a data structure. It will load the JSON::MaybeXS module, which will use Cpanel::JSON::XS when possible and fall back to JSON::PP otherwis...
ETHER/Template-Plugin-JSON-0.08 - 07 Mar 2019 22:05:09 UTC
Template::Plugin::Next - include the 'next' template file with identical relative path
ALEXK/Template-Plugin-Next-0.04
-
03 Mar 2017 09:47:31 UTC
Template::Plugin::YAML - Plugin interface to YAML
This is a simple Template Toolkit Plugin Interface to the YAML module. A YAML object will be instantiated via the following directive: [% USE YAML %] As a standard plugin, you can also specify its name in lower case: [% USE yaml %]...
RCLAMP/Template-Plugin-YAML-1.23 - 15 Dec 2008 16:57:10 UTC
Template::Plugin::Haml - Haml plugin for Template Toolkit
A thin wrapper around Text::Haml when you load the plugin it creates a filter called haml that you can use in a normal way. A full description of the Haml language can be found on the haml site <http://haml-lang.com>. Haml is a terse and whitespace s...
XENO/Template-Plugin-Haml-0.1.2 - 05 Jun 2011 17:57:44 UTC