HTML::String - mark strings as HTML to get auto-escaping
Tired of trying to remember which strings in your program need HTML escaping? Working on something small enough to not need a templating engine - or code heavy enough to be better done with strings - but wanting to be careful about user supplied data...
MSTROUT/HTML-String-1.000006 - 15 Sep 2013 19:49:08 UTC
HTML::Untidy - yet another way to write HTML quickly and programmatically
This is adapted from a series of short scripts I had written for use in vim. I figured someone else might find them useful so I cleaned them up a bit and spent the rest of the afternoon trying to figure out what the hell to call it....
JEFFOBER/HTML-Untidy-0.02 - 27 Oct 2017 18:25:04 UTC
HTML::Native - Generate and manipulate HTML as native Perl data structures
HTML::Native allows you to treat an HTML document tree as a native Perl data structure built using arrays and hashes. Consider the HTML element: <div class="main">Hello world!</div> This could be constructed as an HTML::Native object using: my $elem ...
MCB/HTML-Native-1.1 - 15 Jan 2014 16:00:42 UTC
HTML::Widget - HTML Widget And Validation Framework
Create easy to maintain HTML widgets! Everything is optional, use validation only or just generate forms, you can embed and merge them later. The API was designed similar to other popular modules like Data::FormValidator and FormValidator::Simple, HT...
CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC
Workflow::Aline - a modular staging framework
Workflow::Aline iterates through a set of files and requests robots to act on these. Differentiated robots subject the files to certain actions, dependant on the robot type. A "copy-robot" would ie. copy the file from one to another location, for exa...
MUENALAN/Workflow-Aline-0.03 - 31 Dec 2009 14:02:10 UTC
HTML::FormsDj - a web forms module the django way
The HTML::FormsDj module provides a comfortable way to maintain HTML form input. Its main use is for Dancer but can be used with other perl application servers as well, since it doesn't require Dancer to run at all. HTML::FormsDj aims to behave as mu...
TLINDEN/HTML-FormsDj-0.03 - 11 Jan 2012 19:47:33 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::TagTree - An HTML generator via a tree of 'tag' objects.
HTLM::TagTrees allows easy building of a tree objects where each object represents: 1) a tag 2) its value and 3) any tag attributes. Valid HTML is build of the tree via a method call....
DDEBRITO/HTML-TagTree-v1.03 - 05 Sep 2014 16:30:25 UTC
HTML::String::TT - HTML string auto-escaping for Template Toolkit
HTML::String::TT is a wrapper for Template Toolkit that installs the following overrides: * The directive generator is replaced with HTML::String::TT::Directive which ensures HTML::String::Overload is active for the template text. * The stash is forc...
MSTROUT/HTML-String-1.000006 - 15 Sep 2013 19:49:08 UTC
HTML::DWT::Simple - DreamWeaver HTML Template Module (Simple)
A perl module designed to parse a simple HTML template file generated by Macromedia Dreamweaver and replace fields in the template with values from a CGI script....
WHYTEWOLF/HTML-DWT-Simple-1.02 - 05 Apr 2002 20:31:32 UTC
HTML::Truncate - (beta software) truncate HTML by percentage or character count while preserving well-formedness.
ASHLEY/HTML-Truncate-0.20
-
14 Jul 2009 00:30:12 UTC
HTML::Timeline - Convert a Gedcom file into a Timeline file
"HTML::Timeline" is a pure Perl module....
RSAVAGE/HTML-Timeline-1.10 - 16 Apr 2017 08:15:08 UTC
HTML::WWWTheme - Standard theme generation, including sidebars and navigation bars
HTML::WWWTheme is a module that creates a standard sidebar and implements local colour conventions. It is used by the Apache::SetWWWTheme module to enforce this through the server. In fact, the code in this module was originally contained within the ...
CHOGAN/HTML-WWWTheme-1.06 - 24 Mar 2000 18:30:36 UTC
HTML::Obj2HTML - Create HTML from a arrays and hashes
PERO/HTML-Obj2HTML-0.12
-
10 Jun 2022 16:35:11 UTC
HTML::EasyTags - Make well-formed XHTML or HTML 4 tags, lists
This Perl 5 object class can be used to generate any well-formed XHTML or HTML tags in a format that is consistent with the W3C XHTML 1.0 or HTML 4.01 standards. See http://www.w3.org/TR/xhtml1 and http://www.w3c.org/MarkUp for references. There are ...
DUNCAND/HTML-EasyTags-1.071 - 17 Mar 2003 06:28:23 UTC
Text::TOC::HTML - Build a table contents for one or more HTML documents
This class provides a high-level API for generating a table of contents for one or more HTML documents. As each file is processed, it will be altered in order to add anchors for the table of contents. The end result is a single blob of HTML for the t...
DROLSKY/Text-TOC-0.10 - 04 Aug 2012 01:54:24 UTC
Mojo::DOM::HTML - HTML/XML engine
Mojo::DOM::HTML is the HTML/XML engine used by Mojo::DOM, based on the HTML Living Standard <https://html.spec.whatwg.org> and the Extensible Markup Language (XML) 1.0 <https://www.w3.org/TR/xml/>....
SRI/Mojolicious-9.26 - 23 May 2022 15:17:22 UTC
Pod::Tree::HTML - Generate HTML from a Pod::Tree
"Pod::Tree::HTML" reads a POD and translates it to HTML. The source and destination are fixed when the object is created. Options are provided for controlling details of the translation. The "translate" method does the actual translation. For conveni...
MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC
HTML::SuperForm - HTML form generator
Used in its basic form, this module provides an interface for generating basic HTML form elements much like HTML::StickyForms does. The main difference is HTML::SuperForm returns HTML::SuperForm::Field objects rather than plain HTML. This allows for ...
JALLWINE/HTML-SuperForm-1.06 - 17 Oct 2009 01:54:25 UTC
HTML::Paginator - Object-Oriented Pagination for Web Applications
HTML::Paginator is an Object-Oriented module intended to make pagination of large lists easy. Using an amazing (or amazingly simple) internal method, it takes your favourite array and it slices, it dices, and it makes Julien Fries out of your array. ...
DODGER/HTML-Paginator-0_51 - 08 May 2003 07:32:48 UTC