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

Search results for "module:Template::Plugin::Scalar"

Template::Plugin::Scalar - call object methods in scalar context River stage three • 561 direct dependents • 959 total dependents

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....

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Plugin::ScalarUtil - Scalar::Util plugin for Template-Toolkit River stage one • 1 direct dependent • 1 total dependent

Use Scalar::Util functions in your templates....

AJGB/Template-Plugin-ScalarUtil-1.121160 - 25 Apr 2012 22:51:12 UTC

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

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

Template::Context - Runtime context in which templates are processed River stage three • 561 direct dependents • 959 total dependents

The "Template::Context" module defines an object class for representing a runtime context in which templates are processed. It provides an interface to the fundamental operations of the Template Toolkit processing engine through which compiled templa...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Alloy::TT - Template::Toolkit role River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::TT role provides the syntax and the interface for Template::Toolkit version 1, 2, and 3. It also brings many of the features from the various templating systems. And it is fast. See the Template::Alloy documentation for configura...

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

Template::Benchmark - Pluggable benchmarker to cross-compare template systems. River stage one • 1 direct dependent • 1 total dependent

Template::Benchmark provides a pluggable framework for cross-comparing performance of various template engines across a range of supported features for each, grouped by caching methodology. If that's a bit of a mouthful... have you ever wanted to fin...

SGRAHAM/Template-Benchmark-1.09 - 18 Oct 2010 09:30:20 UTC

App::ZofCMS::Template - "core" part of ZofCMS - web-framework/templating system River stage one • 1 direct dependent • 1 total dependent

This module is used internally by App::ZofCMS and this documentation explains how ZofCMS templates work. This documentation assumes you have read App::ZofCMS::Config. If you wish to make changes to this module, please contact the author....

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

Template::Plugin::Java - Generate Java Classes from XML description files and templates. River stage zero No dependents

Template::Plugin::Java is a plugin module for the Template toolkit that makes it easier to write templates for generating Java source code, ultimately for transforming XML descriptions into Java language sources. It can be used either directly on the...

RKITOVER/Template-Plugin-Java-0.4 - 10 Oct 2000 06:27:24 UTC

XML::Template::Element - XML::Template plugin element base class. River stage zero No dependents

This module provides base functionality for XML::Template plugin element modules....

EMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 UTC

Template::Plugin::Perl - TT2 plugin to import Perl built-in functions River stage zero No dependents

As a TT programmer, I found it quite inflexible to use the Template Toolkit's presentation language Language due to the very limited vocabulary. So I wrote this little plugin in order to open a window for the template file to the full richness of mos...

AGENT/Template-Plugin-Perl-0.06 - 12 Mar 2007 02:54:31 UTC

HTML::Template::Compiled - Template System Compiles HTML::Template files to Perl code River stage two • 18 direct dependents • 19 total dependents

HTML::Template::Compiled is a template system which can be used for HTML::Template templates with almost the same API. It offers more flexible template delimiters, additional tags and features, and by compiling the template into perl code it can run ...

TINITA/HTML-Template-Compiled-1.003 - 03 May 2016 12:15:34 UTC

Template::Plugin::Handy - handy vmethods for Template Toolkit River stage one • 3 direct dependents • 4 total dependents

Handy virtual methods I always use in my Template Toolkit files, especially for debugging....

KARMAN/Template-Plugin-Handy-0.003 - 26 Feb 2009 15:08:03 UTC

Template::Plugin::Abuse - A plugin for accessing abuse complaints River stage zero No dependents

This plugin provides access to abuse reports processed and stored by Mail::Abuse's Mail::Abuse::Processor::Store. This plugin supports on the fly uncompressing using PerlIO::gzip of the stored abuse report if it has been compressed with gzip and its ...

LUISMUNOZ/Mail-Abuse-1.026 - 22 Jun 2007 20:49:09 UTC

Template::Plugin::Dumpvar - Dump template data in the same style as the debugger River stage zero No dependents

When dumping data in templates, the obvious first choice is to use the Data::Dumper plugin Template::Plugin::Dumper. But personally, I think the layout is ugly and hard to read. It's designed to be parsed back in by perl, not to necesarily be easy on...

ADAMK/Template-Plugin-Dumpvar-1.03 - 11 Apr 2008 23:08:47 UTC

Template::Plugin::AutoDate - Enhance Template Toolkit with easy access to DateTime and DateTime::Format::Flexible River stage zero No dependents

This module allows you to access the full power of DateTime from within Template Toolkit. Since you don't always have date objects in the data, it also allows you to coerce arbitrary strings into DateTime using DateTime::Format::Flexible. When you us...

NERDVANA/Template-Plugin-AutoDate-0.90 - 13 Aug 2021 13:31:41 UTC

Template::Plugin::Num2Word - Convert numbers to words in Template. River stage zero No dependents

This module is a Template Toolkit plugin that provides a "to_word" vmethod so it'll be very easy to convert from number to words....

GUGOD/Template-Plugin-Num2Word-0.30 - 17 Jan 2009 22:12:01 UTC

Template::Plugin::TwoStage - two stage processing of template blocks with first stage caching River stage zero No dependents

ALEXK/Template-Plugin-TwoStage-0.08 - 22 Aug 2014 09:46:02 UTC

Template::Plugin::VMethods - install vmethods River stage two • 9 direct dependents • 13 total dependents

Simple base class to allow your module to install and remove virtual methods into the Template Toolkit. All you need to do in your package is declare one or more of the variables @LIST_OPS, @SCALAR_OPS or @HASH_OPS to indicate what virtual methods yo...

MARKF/Template-Plugin-VMethods-0.03 - 03 Sep 2003 17:17:38 UTC

Template::Plugin::ArrayRef - call object methods in array context and return it as arrayref River stage zero No dependents

BOKUTIN/Template-Plugin-ArrayRef-0.11 - 08 Jul 2011 04:34:12 UTC
35 results (0.099 seconds)