Search results for "module:HTML::Tiny"
HTML::Tiny - Lightweight, dependency free HTML/XML generation
"HTML::Tiny" is a simple, dependency free module for generating HTML (and XML). It concentrates on generating syntactically correct XHTML using a simple Perl notation. In addition to the HTML generation functions utility functions are provided to * e...
ARISTOTLE/HTML-Tiny-1.08 - 07 Sep 2022 12:21:51 UTC
HTML::Element::Tiny - lightweight DOM-like elements
HTML::Element::Tiny is a simple module for dealing with trees of HTML elements, including traversing them and manipulating the tree structure and individual element attributes, and then for generating HTML. Though it lives under HTML::, there's no re...
HDP/HTML-Element-Tiny-0.006 - 30 Oct 2007 16:22:15 UTC
HTML::FromANSI::Tiny - Easily convert colored command line output to HTML
Convert the output from a terminal command that is decorated with ANSI escape sequences into customizable HTML (with a small amount of code). This module complements Parse::ANSIColor::Tiny by providing a simple HTML markup around its output. Parse::A...
RWSTAUNER/HTML-FromANSI-Tiny-0.105 - 06 Sep 2017 14:46:23 UTC
PPI::HTML - Generate syntax-hightlighted HTML for Perl using PPI
PPI::HTML converts Perl documents into syntax highlighted HTML pages....
ADAMK/PPI-HTML-1.08 - 16 Nov 2009 00:08:15 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::Blitz - high-performance, selector-based, content-aware HTML template engine
HTML::Blitz is a high-performance, CSS-selector-based, content-aware template engine for HTML5. Let's unpack that: * You want to generate web pages. Those are written in HTML5. * Your HTML documents are mostly static in nature, but some parts need to...
MAUKE/HTML-Blitz-0.07 - 19 Mar 2023 09:03:10 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::DoCoMoCSS - css inliner
HTML::DoCoMoCSS is css in-liner. DoCoMo(Japanese cell-phone carrier)'s UA cannot use <link rel="stylesheet" /> style css, only can use in-line CSS. That calls iCSS....
TOKUHIROM/HTML-DoCoMoCSS-0.02 - 17 Jul 2009 08:01:54 UTC
Text::Table::HTML - Generate HTML table
This module provides a single function, "table", which formats a two-dimensional array of data as HTML table. Its interface is modelled after Text::Table::Tiny 0.03. The example shown in the SYNOPSIS generates the following table: <table> <thead> <tr...
PERLANCAR/Text-Table-HTML-0.010 - 22 May 2023 15:27:38 UTC
HTML::TreeBuilder - Parser that builds a HTML syntax tree
(This class is part of the HTML::Tree dist.) This class is for HTML syntax trees that get built out of HTML source. The way to use it is to: 1. start a new (empty) HTML::TreeBuilder object, 2. then use one of the methods from HTML::Parser (presumably...
KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC
HTML::MobileJpCSS - css inliner and converter
HTML::MobileJpCSS is css inliner. this module is possible the specification of a style based EZweb in each career(DoCoMo,EZweb,Softbank[,Willcom])...
KOMORIYA/HTML-MobileJpCSS-0.02 - 03 Feb 2009 11:07:43 UTC
HTML::HTML5::Parser - parse HTML reliably
This library is substantially the same as the non-CPAN module Whatpm::HTML. Changes include: * Provides an XML::LibXML-like DOM interface. If you usually use XML::LibXML's DOM parser, this should be a drop-in solution for tag soup HTML. * Constructs ...
TOBYINK/HTML-HTML5-Parser-0.992 - 08 Sep 2021 15:02:44 UTC
HTML::Robot::Scrapper - Your robot to parse webpages
This cralwer has been created to be extensible. Scalable with redis queue. The main idea is: i need a queue of urls to be crawled, it can be an array living during my instance (not scalable)... or it can be a Redis queue ( scallable ), being acessed ...
HERNAN/HTML-Robot-Scrapper-0.11 - 31 Oct 2013 12:12:41 UTC
HTML::HTML5::Parser::UA - simple web user agent class
This is a simple wrapper around HTTP::Tiny and LWP::UserAgent to smooth out the API differences between them. It only supports bog standard "get($url)" requests. If LWP::UserAgent is already in memory, this module will use that. If LWP::UserAgent is ...
TOBYINK/HTML-HTML5-Parser-0.992 - 08 Sep 2021 15:02:44 UTC
lib/HTML/Robot/Scrapper/UserAgent/Default.pm
This is the user agent class. It is responsible to handle the page visit, and page content/parsing calls....
HERNAN/HTML-Robot-Scrapper-0.11 - 31 Oct 2013 12:12:41 UTC
HTML::Mason::ComponentSource - represents information about an component
Mason uses the ComponentSource class to store information about a source component, one that has yet to be compiled....
DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 UTC
HTML::MasonX::Free::Component - a component with a "main" method, not just a bunch of text
RJBS/HTML-MasonX-Free-0.007
-
30 Dec 2022 00:27:18 UTC
PERLANCAR::HTML::Tree::Examples - Generate sample HTML document
Overview of available sample data * size=tiny1 <body data-level="0" id="1"> <h1 data-level="1" id="2"> </h1> <h1 data-level="1" id="3"> </h1> </body> * size=small1 <body data-level="0" id="1"> <h1 data-level="1" id="2"> <h2 data-level="2" id="3"> <h3...
PERLANCAR/PERLANCAR-HTML-Tree-Examples-1.0.3 - 07 Apr 2016 11:08:41 UTC
Locale::TextDomain::OO::Extract::HTML
This module extracts internationalization data from HTML. Implemented rules: Gettext::Loc <any_tag ... class="... loc_ ..." ... >text to extract< <any_tag ... class="... loc_ ..." ... >context{CONTEXT_SEPARATOR}text to extract< Gettext <any_tag ... c...
STEFFENW/Locale-TextDomain-OO-Extract-2.015 - 21 Sep 2018 13:11:01 UTC