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

Search results for "HTML::TreeBuilder"

HTML::TreeBuilder - Parser that builds a HTML syntax tree River stage three • 171 direct dependents • 974 total dependents

(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 - Search in distribution

HTML::TreeBuilder::XPath - add XPath support to HTML::TreeBuilder River stage three • 56 direct dependents • 200 total dependents

This module adds typical XPath methods to HTML::TreeBuilder, to make it easy to query a document....

MIROD/HTML-TreeBuilder-XPath-0.14 - 20 Sep 2011 01:46:15 UTC - Search in distribution

HTML::TreeBuilder::LibXML - HTML::TreeBuilder and XPath compatible interface with libxml River stage two • 8 direct dependents • 19 total dependents

HTML::TreeBuilder::XPath is libxml based compatible interface to HTML::TreeBuilder, which could be slow for a large document. HTML::TreeBuilder::LibXML is drop-in-replacement for HTML::TreeBuilder::XPath. This module doesn't implement all of HTML::Tr...

TOKUHIROM/HTML-TreeBuilder-LibXML-0.26 - 19 Oct 2016 15:08:57 UTC - Search in distribution

HTML::TreeBuilder::Select - Traverse a HTML tree using CSS selectors River stage zero No dependents

RKRIMEN/HTML-TreeBuilder-Select-0.111 - 05 Aug 2007 03:15:36 UTC - Search in distribution

lib/WebDyne/HTML/TreeBuilder.pm River stage zero No dependents

ASPEER/WebDyne-1.250 - 15 Sep 2017 14:12:54 UTC - Search in distribution
  • wdcompile - parse and compile WebDyne pages

lib/HTML/Robot/Scrapper/Parser/HTML/TreeBuilder/XPath.pm River stage one • 1 direct dependent • 1 total dependent

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

HTML::TreeBuilderX::ASP_NET - Scrape ASP.NET/VB.NET sites which utilize Javascript POST-backs. River stage zero No dependents

Scrape ASP.NET sites which utilize the language's __VIEWSTATE, __EVENTTARGET, __EVENTARGUMENT, __LASTFOCUS, et al. This module returns a HTTP::Response from the form with the use of the method "->httpResponse". In this scheme many of the links on a w...

ECARROLL/HTML-TreeBuilderX-ASP_NET-0.09 - 26 Aug 2009 19:25:13 UTC - Search in distribution

lib/HTML/DOM/_TreeBuilder.pm River stage two • 10 direct dependents • 11 total dependents

SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC - Search in distribution
  • HTML::DOM - A Perl implementation of the HTML Document Object Model

WWW::GoKGS::LibXML - HTML::TreeBuilder::LibXML-based WWW::GoKGS River stage zero No dependents

This class inherits all methods from WWW::GoKGS. Unlike "WWW::GoKGS", this class uses HTML::TreeBuilder::LibXML instead of HTML::TreeBuilder::XPath to parse HTML documents. Make sure to install the alternative module in addition to this module....

ANAZAWA/WWW-GoKGS-0.21 - 21 Aug 2014 02:27:48 UTC - Search in distribution

spkg - Create Perl packages for HTML files for HTML::Seamstress manipulation River stage one • 1 direct dependent • 1 total dependent

Template and HTML::Mason both create objects which they configure with an "INCLUDE_PATH" or "comp_root", respectively. Seamstress leverages Perl's standard include mechanism to find HTML files. As such, a c<base_pkg> with a method that will allow run...

TBONE/HTML-Seamstress-6.112830 - 10 Oct 2011 16:08:41 UTC - Search in distribution

NG - Newbie::Gift or Next::Generation?? hoho~ River stage zero No dependents

Newbie::Gift is a repo lanched by Achilles Xu. He wants to write a sub-language which exports useful keywords as many as possible, has a simple Object-oriented syntax as php4 or java-0.1, and uses callback replace return values as nodejs. Idea comes ...

CHENRYN/NG-0.001 - 18 Apr 2013 11:54:54 UTC - Search in distribution

HTML::DOMbo - convert between XML::DOM and {XML/HTML}::Element trees River stage zero No dependents

This class puts a method into HTML::Element called "to_XML_DOM", and puts into the class XML::DOM::Node two methods, "to_HTML_Element" and "to_XML_Element". to_XML_DOM The class HTML::TreeBuilder robustly produces parse trees of HTML, but the trees a...

SBURKE/HTML-DOMbo-3.10 - 05 Jan 2005 06:19:52 UTC - Search in distribution

geoip - a tool to show geographical data based on hostname or IP address(es) River stage zero No dependents

This tool uses a database to use the (pre-fetched) GeoIP2 data from MaxMind to show related geographical information for IP addresses. This information can optionally be extended with information from online WHOIS services and or derived data, like d...

HMBRAND/App-geoip-0.17 - 06 Jan 2023 10:25:22 UTC - Search in distribution
  • App::geoip - a tool to show geographical data based on hostname or IP address(es)

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 - Search in distribution

perlfaq6 - Regular Expressions River stage zero No dependents

This section is surprisingly small because the rest of the FAQ is littered with answers involving regular expressions. For example, decoding a URL and checking whether something is a number can be handled with regular expressions, but those answers a...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

EBook::Tools - Object class for manipulating and generating E-books River stage zero No dependents

This module provides an object interface and a number of related procedures intended to create or modify documents centered around the International Digital Publishing Forum (IDPF) standards, currently both OEBPS v1.2 and OPS/OPF v2.0....

AZED/EBook-Tools-v0.5.4 - 01 Oct 2014 22:29:05 UTC - Search in distribution

Tree::DAG_Node - An N-ary tree River stage two • 24 direct dependents • 37 total dependents

This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages th...

RSAVAGE/Tree-DAG_Node-1.32 - 02 Feb 2021 00:08:31 UTC - Search in distribution

lwptut - An LWP Tutorial River stage four • 2163 direct dependents • 6200 total dependents

LWP (short for "Library for WWW in Perl") is a very popular group of Perl modules for accessing data on the Web. Like most Perl module-distributions, each of LWP's component modules comes with documentation that is a complete reference to its interfa...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution
  • xml_grep - grep XML files looking for specific elements

pQuery - A port of jQuery.js to Perl River stage one • 1 direct dependent • 2 total dependents

pQuery is a pragmatic attempt to port the jQuery JavaScript framework to Perl. It is pragmatic in the sense that it switches certain JavaScript idioms for Perl ones, in order to make the use of it concise. A primary goal of jQuery is to "Find things ...

INGY/pQuery-0.24 - 27 Jan 2016 18:36:43 UTC - Search in distribution
151 results (0.13 seconds)