Search results for "module:HTML::Show"
HTML::Show - Show html in a browser locally
Show html in the local browser without url, only with the content. This module does not export anything and the interface is "sub" oriented, but the API is subject to changes....
PABLROD/HTML-Show-0.001 - 14 Nov 2016 19:00:19 UTC
HTML::HTML5::ToText::Trait::ShowLinks - shows links
Shows the href of "<a>" elements; shows the href, title and rel of "<link>" elements....
TOBYINK/HTML-HTML5-ToText-0.004 - 14 Jun 2013 13:11:51 UTC
HTML::HTML5::ToText::Trait::ShowImages - indicate where images are
Shows "[IMG]" for images with no alt; "[IMG: blah]" for images with an alt attribute; and no text at all for images with a zero-length alt attribute....
TOBYINK/HTML-HTML5-ToText-0.004 - 14 Jun 2013 13:11:51 UTC
HTML::Bare - Minimal HTML parser implemented via a C state engine
This module is a 'Bare' HTML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl func...
CODECHILD/HTML-Bare-0.02 - 06 Sep 2014 23:43:01 UTC
HTML::Split - Splitting HTML by number of characters with keeping DOM structure.
HTML::Split is the module to split HTML by number of characters with keeping DOM structure. In some mobile devices, mainly cell-phones, because the data size that can be acquired with HTTP is limited, it is necessary to split HTML. This module provid...
ZIGUZAGU/HTML-Split-0.04 - 02 Jan 2010 04:11:47 UTC
Text::Twiddler - Twiddle text for any type of output
Show a 'twiddled' (IE animated) message, perhaps during a long running operation or for a neat effect. What is nice is that, in the example in the synopsis, the animation is approximated to the actual state of the process. In other words, if the comm...
DMUEY/Text-Twiddler-0.0.1 - 30 Mar 2008 16:57:06 UTC
HTML::JQuery - Generate jQuery/Javascript code in Perl
This module is used to generate jQuery/Javascript code in Perl. What you do with it is up to you. I designed it for a work project where I needed to display certain Perl variables to the page using Javascript, so, instead of ajax calls I designed "HT...
BRADH/HTML-JQuery-0.005 - 16 May 2012 13:20:47 UTC
HTML::Chunks - A simple nested template engine for HTML, XML and XHTML
This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to other text-based situations wh...
MBLYTHE/HTML-Chunks-1.55.1 - 16 Apr 2009 16:48:44 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
HTML::Parser - HTML parser class
Objects of the "HTML::Parser" class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked. "HTML::Parser" is no...
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC
HTML::STable - Perl extension for HTML Tables.
Stub documentation for HTML::STable was created by h2xs. HTML::STable (Simple Table) has many futures to make HTML Table creation and use simple. Since it has so many futures, I wanted to show all the futures of this module by using simple programs. ...
SEYHAN/HTML-STable-0.02 - 08 Aug 2001 19:33:03 UTC
HTML::Rainbow - Put colour into your HTML
"HTML::Rainbow" will take plain text string (or array of strings) and mark it up with "<font>" tags (or "<span>" tags if you're feeling particularly orthodox), and produce text that drifts endlessly from one colour to the next. The intensity of the r...
DLAND/HTML-Rainbow-0.06 - 04 Oct 2009 14:55:27 UTC
HTML::Element - Class for objects that represent HTML elements
(This class is part of the HTML::Tree dist.) Objects of the HTML::Element class can be used to represent elements of HTML document trees. These objects have attributes, notably attributes that designates each element's parent and content. The content...
KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 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::Notebook - Compose HTML documents using notebook style
Compose HTML documents using notebook style. Every notebook is composed of HTML::Notebook::Cell objects that you can add, update and remove....
PABLROD/HTML-Notebook-0.004 - 13 Jun 2017 21:53:40 UTC
HTML::Perlinfo - Display a lot of Perl information in HTML format
This module outputs a large amount of information about your Perl installation in HTML. So far, this includes information about Perl compilation options, the Perl version, server information and environment, HTTP headers, OS version information, Perl...
ACCARDO/HTML-Perlinfo-1.73 - 02 Jul 2019 20:41:23 UTC
HTML::Location - Working with disk to URI file mappings (deprecated: see URI::ToDisk)
In several process relating to working with the web, we may need to keep track of an area of disk that maps to a particular URL. From this location, we should be able to derived both a filesystem path and URL for any given directory or file under thi...
ADAMK/HTML-Location-1.03 - 09 Jul 2008 19:16:14 UTC
HTML::LinkList - Create a 'smart' list of HTML links.
This module contains a number of functions for taking sets of URLs and labels and creating suitably formatted HTML. These links are "smart" because, if given the url of the current page, if any of the links in the list equal it, that item in the list...
RUBYKAT/HTML-LinkList-0.1701 - 01 Jan 2016 00:00:29 UTC