Search results for "module:HTML::Declare"
HTML::Declare - For When Template Systems Are Too Huge And Heredocs Too Messy
A very simple micro language to generate HTML. This is not a real template system like Template or HTML::Mason, it's just a simple (and fun) way to avoid those messy heredocs. ;)...
BINGOS/HTML-Declare-2.6 - 28 Mar 2017 17:56:50 UTC
HTML::Shakan::Declare - declare the form
This module supports to generate form using declare style....
SONGMU/HTML-Shakan-2.10 - 25 Apr 2017 07:38:49 UTC
Template::Declare::TagSet::HTML - Template::Declare tag set for HTML
Template::Declare::TagSet::HTML defines a full set of HTML tags for use in Template::Declare templates. All elements for HTML 2, HTML 3, HTML 4, and XHTML 1 are defined. You generally won't use this module directly, but will load it via: use Template...
ALEXMV/Template-Declare-0.47 - 17 Dec 2014 04:27:40 UTC
DSL::HTML - Declarative DSL(domain specific language) for writing HTML templates within perl.
Templating systems suck. This sucks less. In most cases a templating system lets you write html files with embedded logic. The embedded logic can be a template specific language, or it can let you embed code from the projects programming language. An...
EXODIST/DSL-HTML-0.006 - 15 Oct 2013 20:53:55 UTC
DSL::HTML::Parser - Exporter::Declare::Parser plugin for syntax.
EXODIST/DSL-HTML-0.006
-
15 Oct 2013 20:53:55 UTC
HTML::CTPP2 - Perl interface for CTPP2 library
This module is very similar to well-known Sam Tregar's HTML::Template but works in 22 - 25 times faster and contains extra functionality. CTPP2 template language dialect contains 10 operators: <TMPL_var>, <TMPL_if>, <TMPL_elsif>, <TMPL_else>, <TMPL_u...
STELLAR/HTML-CTPP2-2.6.7 - 15 Jan 2011 10:49:27 UTC
HTML::Macro - process HTML templates with loops, conditionals, macros and more!
HTML::Macro is a module to be used behind a web server (in CGI scripts). It provides a convenient mechanism for generating HTML pages by combining "dynamic" data derived from a database or other computation with HTML templates that represent fixed or...
SOKOLOV/HTML-Macro-1.30 - 15 Sep 2010 01:17:16 UTC
HTML::Tempi - Perl extension for HTML templates
Tempi is a HTML template system. It's is written in C, using a flex generated scanner. That makes it (That's why it should be) faster than pure Perl template systems....
RFAUST/HTML-Tempi-0.01 - 19 Jan 2002 15:47:12 UTC
HTML::Tested - Provides HTML widgets with the built-in means of testing.
BOSU/HTML-Tested-0.58
-
01 Mar 2011 19:33:57 UTC
HTML::Stream - HTML output stream class, and some markup utilities
The HTML::Stream module provides you with an object-oriented (and subclassable) way of outputting HTML. Basically, you open up an "HTML stream" on an existing filehandle, and then do all of your output to the HTML stream. You can intermix HTML-stream...
DSTAAL/HTML-Stream-1.60 - 07 Aug 2008 00:35:47 UTC
HTML::Builder - A declarative approach to HTML generation
A quick and dirty set of helper functions to make generating small bits of HTML a little less tedious....
RSRCHBOY/HTML-Builder-0.008 - 02 Dec 2012 22:58:00 UTC
HTML::Template - Perl module to use HTML-like templating language
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
HTML::Encoding - Determine the encoding of HTML/XML/XHTML documents
HTML::Encoding helps to determine the encoding of HTML and XML/XHTML documents......
BJOERN/HTML-Encoding-0.61 - 24 Sep 2010 01:42:06 UTC
Quiq::Html::Tag - Generierung von HTML-Tags
Zweck der Klasse Die Klasse generiert HTML-Code. Sie implementiert zwei Methoden - tag() und cat() - mit denen HTML-Code beliebiger Komplexität erzeugt werden kann. Methode new() Ein Objekt der Klasse wird instantiiert durch my $h = Quiq::Html::Tag->...
FSEITZ/Quiq-1.213 - 19 Nov 2023 13:53:52 UTC
HTML::FillInForm - Populates HTML Forms with data.
This module fills in an HTML form with data from a Perl data structure, allowing you to keep the HTML and Perl separate. Here are two common use cases: 1. A user submits an HTML form without filling out a required field. You want to redisplay the for...
OALDERS/HTML-FillInForm-2.22 - 25 Sep 2021 23:04:44 UTC
HTML::ExtractText - extract multiple text strings from HTML content, using CSS selectors
The module allows to extract [multiple] text strings from HTML documents, using CSS selectors to declare what text needs extracting. The module can either return the results as a hashref or automatically call setter methods on a provided object. If y...
ZOFFIX/HTML-ExtractText-1.002004 - 30 Oct 2016 17:06:41 UTC
HTML::Mason::Lexer - Generates events based on component source lexing
The Lexer works in tandem with the Compiler to turn Mason component source into something else, generally Perl code. As the lexer finds component elements, like a tag or block, it calls the appropriate event methods in the compiler object it was give...
DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 UTC
HTML::Mason::Interp - Mason Component Interpreter
Interp is the Mason workhorse, executing components and routing their output and errors to all the right places. In a mod_perl environment, Interp objects are handed off immediately to an ApacheHandler object which internally calls the Interp impleme...
DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 UTC
HTML::Microformats - parse microformats in HTML
The HTML::Microformats module is a wrapper for parser and handler modules of various individual microformats (each of those modules has a name like HTML::Microformats::Format::Foo). The general pattern of usage is to create an HTML::Microformats obje...
TOBYINK/HTML-Microformats-0.105 - 05 Jul 2012 21:32:18 UTC
HTML::DOM::Interface - A list of HTML::DOM's interface members in machine-readable format
The synopsis should tell you almost everything you need to know. But be warned that "$foo & TYPE" is meaningless when "$foo & METHOD" and "$foo & VOID" are both true. For more gory details, look at the source code. In fact, here it is:...
SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC