Search results for "module:HTML::Parse"
HTML::Parse - Deprecated, a wrapper around HTML::TreeBuilder
Disclaimer: This module is provided only for backwards compatibility with earlier versions of this library. New code should *not* use this module, and should really use the HTML::Parser and HTML::TreeBuilder modules directly, instead. The "HTML::Pars...
KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC
Parse::BBCode::HTML - Provides HTML defaults for Parse::BBCode
TINITA/Parse-BBCode-0.15
-
15 Jul 2014 14:19:21 UTC
Parse::Dia::SQL::Output::HTML - Create HTML documentation.
This sub-class creates HTML formatted database documentation. HTML formatting is controlled by templates selected with the optional *htmlformat* parameter which supplies a format file. See "HTML formats" for more. The generated HTML is intended to be...
AFF/Parse-Dia-SQL-0.31 - 17 Jun 2020 20:38:59 UTC
HTML::SimpleParse - a bare-bones HTML parser
This module is a simple HTML parser. It is similar in concept to HTML::Parser, but it differs from HTML::TreeBuilder in a couple of important ways. First, HTML::TreeBuilder knows which tags can contain other tags, which start tags have corresponding ...
KWILLIAMS/HTML-SimpleParse-0.12 - 09 Jul 2003 17:31:19 UTC
HTML::ParseBrowser - Simple interface for User-Agent string parsing
HTML::ParseBrowser is a module for parsing a User-Agent string, and providing access to parts of the string, such as browser name, version, and operating system. Some of the returned values are exactly as they appeared in the User-Agent string, and o...
NEILB/HTML-ParseBrowser-1.15 - 25 Aug 2020 09:32:12 UTC
HTML::Tree - build and scan parse-trees of HTML
HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. It consists of mainly two modules, whose documentation you should refer to: HTML::TreeBuilder and HTML::Element. HTML::TreeBuilder is the module that builds the parse tre...
KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC
HTML::T5 - HTML validation in a Perl object
"HTML::T5" is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint". "HTML::T5" was forked from HTML::Tidy5 by Andy...
SHLOMIF/HTML-T5-0.013 - 10 Apr 2022 02:43:19 UTC
HTML::DOM - A Perl implementation of the HTML Document Object Model
This module implements the HTML Document Object Model by extending the HTML::Tree modules. The HTML::DOM class serves both as an HTML parser and as the document class. The following DOM modules are currently supported: Feature Version (aka level) ---...
SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC
HTML::DWT - DreamWeaver HTML Template Module
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-2.08 - 23 Mar 2002 20:50:45 UTC
HTML::Copy - copy a HTML file without breaking links.
This module is to copy a HTML file without beaking links in the file. This module is a sub class of HTML::Parser....
TKURITA/HTML-Copy-1.31 - 27 Jun 2013 01:30:23 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
App::Plog - The one and a half minute blog
Generate a rudimentary HTML blog....
NKH/App-Plog-0.01.12 - 08 May 2010 15:36:26 UTC
HTML::Tidy - (X)HTML validation in a Perl object
"HTML::Tidy" is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint"....
PETDANCE/HTML-Tidy-1.60 - 13 Sep 2017 15:40:12 UTC
HTML::Lint - check for HTML errors in a string or file
PETDANCE/HTML-Lint-2.32
-
22 Jun 2018 21:20:42 UTC
HTML::Form - Class that represents an HTML form element
Objects of the "HTML::Form" class represents a single HTML "<form> ... </form>" instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be ask...
SIMBABQUE/HTML-Form-6.11 - 11 Feb 2023 11:49:43 UTC
HTML::Diff - compare two HTML strings and return a list of differences
This module compares two strings of HTML and returns a list of a chunks which indicate the diff between the two input strings, where changes in formatting are considered changes. HTML::Diff does not strictly parse the HTML. Instead, it uses regular e...
NEILB/HTML-Diff-0.60 - 30 Oct 2015 17:48:50 UTC