The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "HTML::Template"

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

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

HTML::Template::Ex - The Perl code is operated in the template for HTML::Template. River stage zero No dependents

This module offers the function to evaluate the Perl code to the template that HTML::Template uses. The character string enclosed with '<TMPL_EX> ... </TMPL_EX>' is evaluated as Perl code. <tmpl_ex> my($self, $param)= @_; my $hoge= $self->to_method; ...

LUSHE/HTML-Template-Ex-0.08 - 06 Nov 2007 23:33:58 UTC - Search in distribution

DSL::HTML::Template - Used internally by DSL::HTML River stage zero No dependents

EXODIST/DSL-HTML-0.006 - 15 Oct 2013 20:53:55 UTC - Search in distribution
  • DSL::HTML::STL - Standard Template Library for DSL::HTML.
  • DSL::HTML - Declarative DSL(domain specific language) for writing HTML templates within perl.
  • DSL::HTML::Compiler - Compile HTML into DSL::HTML templates

HTML::Template::HTX - Handle HTML Extension template (.htx) files River stage zero No dependents

To use a .htx template file in your Perl script, basically follow these steps: 1 Create a new HTML::Template::HTX object. 2 Optionally define some parameters, and output the header of the template. 3 Optionally change or define some parameters, and o...

TALE/HTML-Template-HTX-0.07 - 30 May 2005 14:44:41 UTC - Search in distribution

HTML::Template::JIT - a just-in-time compiler for HTML::Template River stage one • 1 direct dependent • 1 total dependent

This module provides a just-in-time compiler for HTML::Template. The module works in two phases: Load When new() is called the module checks to see if it already has an up-to-date version of your template compiled. If it does it loads the compiled ve...

SAMTREGAR/HTML-Template-JIT-0.05 - 22 Dec 2005 18:50:48 UTC - Search in distribution

HTML::Template::Pro - Perl/XS module to use HTML Templates from CGI scripts River stage two • 7 direct dependents • 14 total dependents

Original HTML::Template is written by Sam Tregar, sam@tregar.com with contributions of many people mentioned there. Their efforts caused HTML::Template to be mature html tempate engine which separate perl code and html design. Yet powerful, HTML::Tem...

VIY/HTML-Template-Pro-0.9524 - 16 Jan 2022 20:42:34 UTC - Search in distribution

HTML::Template::Set - HTML::Template extension adding set support River stage one • 1 direct dependent • 1 total dependent

This module provides an extension to HTML::Template that allows params to be set in the template. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work. See HTML::Template for details. The TMPL_SET t...

DJR/HTML-Template-Set-1.009 - 01 May 2004 08:33:47 UTC - Search in distribution

HTML::Template::Menu - ease menu items for quick web user interface River stage zero No dependents

LEOCHARRE/CGI-Application-Plugin-Menu-1.06 - 12 May 2009 20:54:09 UTC - Search in distribution

HTML::Template::Expr - HTML::Template extension adding expression support River stage one • 4 direct dependents • 4 total dependents

This module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work. See HTML::Template for details. Expression ...

SAMTREGAR/HTML-Template-Expr-0.07 - 18 Apr 2006 18:09:38 UTC - Search in distribution

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

HTML::Template is great because it is simple, and doesn't violate MVC in the uncomfortable way Mason does. However if you want components you can manipulate easily and nest arbitrarily, then the raw interface can be labour intensive to work with. For...

TOMGRACEY/HTML-Template-Nest-0.04 - 23 Feb 2018 19:40:09 UTC - Search in distribution

HTML::Blitz::Template - pre-parsed HTML documents ready for template expansion River stage zero No dependents

Objects of this class represent document templates that result from applying a set of template actions to an HTML source document. See HTML::Blitz. There are three things you can do with an HTML::Blitz::Template object: 1. Give it a set of variables ...

MAUKE/HTML-Blitz-0.0901 - 20 Mar 2024 18:28:27 UTC - Search in distribution
  • HTML::Blitz - high-performance, selector-based, content-aware HTML template engine

HTML::Template::XPath - Easy access to XML files from HTML::Template using XPath River stage one • 2 direct dependents • 2 total dependents

This is an easy to use templating system for extracting content from XML files. It is based on HTML::Template's <TMPL_VAR> and <TMPL_LOOP> tags and uses XML::LibXML's XPath function to extract the requested XML content. It has built-in support for la...

TJMATHER/HTML-Template-XPath-0.20 - 23 Oct 2006 18:13:51 UTC - Search in distribution

Template::Flute::HTML - HTML Template Parser River stage one • 4 direct dependents • 5 total dependents

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

Template::Magic::HTML - HTML handlers for Template::Magic used in a HTML environment River stage one • 2 direct dependents • 2 total dependents

Template::Magic::HTML is a collection of handlers for Template::Magic useful when used in a HTML environment. It adds a couple of magic HTML specific value handlers to Template::Magic default value handlers. Just create and use the object as usual, t...

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

HTML::Template::Dumper - Output template data in a test-friendly format River stage zero No dependents

This module helps you to test HTML::Template-based programs by printing only the information used to fill-in the template data. This makes it much easier to automatically parse the output of your program. Currently, data can be outputed by "Data::Dum...

TMURRAY/HTML-Template-Dumper-0.1 - 21 Nov 2003 14:33:38 UTC - Search in distribution

HTML::Template::Parser - Parser for HTML::Template syntax template file & writer. River stage one • 1 direct dependent • 1 total dependent

HTML::Template::Parser is parser module for tempalte file that is written in HTML::Template. It parse template file to tree object. It can write tree as TextXslate::Metakolon format....

SHMORIMO/HTML-Template-Parser-0.1011 - 25 Oct 2013 10:25:54 UTC - Search in distribution

Template::Plugin::HTML - Plugin to create HTML elements River stage three • 561 direct dependents • 959 total dependents

The "HTML" plugin is a very basic plugin, implementing a few useful methods for generating HTML....

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

HTML::Template::Default - provide multiple template sources and use a default River stage two • 3 direct dependents • 10 total dependents

I have code, scripts, and CGI::Application apps, that are in use by multiple clients. It may be in a shared hosting environment, for example. Clients, users, want to be able to have radically different looks for an application. So, I want my scripts ...

LEOCHARRE/HTML-Template-Default-1.10 - 25 Sep 2009 13:14:04 UTC - Search in distribution
1,612 results (0.171 seconds)