The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:HTML::Encoding"

HTML::Encoding - Determine the encoding of HTML/XML/XHTML documents River stage two • 8 direct dependents • 21 total dependents

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

lib/HTML/Robot/Scrapper/Encoding/Default.pm River stage one • 1 direct dependent • 1 total dependent

HERNAN/HTML-Robot-Scrapper-0.11 - 31 Oct 2013 12:12:41 UTC

IO::HTML - Open an HTML file with automatic charset detection River stage four • 4 direct dependents • 8538 total dependents

IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.2 of the draft standard. The algorithm as implemented here is: 1. If t...

CJM/IO-HTML-1.004 - 26 Sep 2020 16:52:29 UTC

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

HTML::DOM - A Perl implementation of the HTML Document Object Model River stage two • 10 direct dependents • 11 total dependents

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::LoL - construct HTML from pleasing Perl data structures River stage zero No dependents

This module allows you to use Perl syntax to express HTML. The function "hl()" converts Perl list-of-list structures into HTML strings. The first argument to "hl()" is a callback function that's passed one argument: a fragment of generated HTML. This...

BOBG/HTML-LoL-1.3 - 01 Apr 2002 20:14:05 UTC

HTML::Copy - copy a HTML file without breaking links. River stage one • 1 direct dependent • 1 total dependent

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::Form - Class that represents an HTML form element River stage three • 24 direct dependents • 569 total dependents

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::Gumbo - HTML5 parser based on gumbo C library River stage zero No dependents

Gumbo <https://github.com/google/gumbo-parser> is an implementation of the HTML5 parsing algorithm <http://www.w3.org/TR/html5/syntax.html> implemented as a pure C99 library with no outside dependencies. Goals and features of the C library: * Fully c...

RUZ/HTML-Gumbo-0.18 - 23 Jun 2018 10:14:09 UTC

Alvis::HTML - Perl extension for converting documents in dirty HTML into "clean" HTML suitable for Alvis purposes River stage one • 1 direct dependent • 1 total dependent

Assumes the input is in UTF-8 and does NOT contain '\0's (or rather that they carry no meaning and are removable)....

WBUNTINE/Alvis-Convert-0.4 - 02 Jul 2007 12:59:24 UTC

HTML::Macro - process HTML templates with loops, conditionals, macros and more! River stage zero No dependents

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::MyHTML River stage zero No dependents

This Parser based on MyHTML library <https://github.com/lexborisov/myhtml> (it includes version 1.0.2) * Asynchronous Parsing, Build Tree and Indexation * Fully conformant with the HTML5 specification <https://html.spec.whatwg.org/multipage/> * Manip...

LASTMAC/HTML-MyHTML-1.02 - 20 Jul 2016 06:35:22 UTC

Blatte::HTML - tools for generating HTML with Blatte River stage zero No dependents

This module defines Blatte functions corresponding to HTML tags, making it possible to write Blatte that looks like this: Here is a {\a \href=http://www.blatte.org/ link} and can be translated to this: Here is a <a href="http://www.blatte.org/">link<...

BOBG/Blatte-HTML-0.9 - 12 May 2001 23:55:01 UTC

HTML::String - mark strings as HTML to get auto-escaping River stage zero No dependents

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::Native - Generate and manipulate HTML as native Perl data structures River stage zero No dependents

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::FormFu - HTML Form Creation, Rendering and Validation Framework River stage two • 13 direct dependents • 25 total dependents

HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of fo...

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC

HTML::Widget - HTML Widget And Validation Framework River stage one • 6 direct dependents • 6 total dependents

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::Stream - HTML output stream class, and some markup utilities River stage one • 2 direct dependents • 5 total dependents

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::AutoTag - Just another HTML tag generator. River stage one • 2 direct dependents • 3 total dependents

Generate nested HTML (HTML4, XHTML and HTML5) tags with custom indentation, custom encoding and automatic attribute value rotation....

JEFFA/HTML-AutoTag-1.08 - 27 Jan 2024 20:12:37 UTC

HTML::Laundry - Perl module to clean HTML by the piece River stage zero No dependents

HTML::Laundry is an HTML::Parser-based HTML normalizer, meant for small pieces of HTML, such as user comments, Atom feed entries, and the like, rather than full pages. Laundry takes these and returns clean, sanitary, UTF-8-based XHTML. The parser's b...

CHA/HTML-Laundry-0.0107 - 19 Jan 2017 15:23:24 UTC
86 results (0.045 seconds)