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

Search results for "module:HTML::LinkExtor"

HTML::LinkExtor - Extract links from an HTML document River stage four • 548 direct dependents • 3510 total dependents

*HTML::LinkExtor* is an HTML parser that extracts links from an HTML document. The *HTML::LinkExtor* is a subclass of *HTML::Parser*. This means that the document should be given to the parser by calling the $p->parse() or $p->parse_file() methods....

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::SimpleLinkExtor - Extract links from HTML River stage one • 3 direct dependents • 5 total dependents

This is a simple HTML link extractor designed for the person who does not want to deal with the intricacies of "HTML::Parser" or the de-referencing needed to get links out of "HTML::LinkExtor". You can extract all the links or some of the links (base...

NHORNE/HTML-SimpleLinkExtor-1.273 - 13 Nov 2020 23:31:59 UTC

HTML::RelExtor - Extract "rel" and "rev" information from LINK and A tags. River stage zero No dependents

HTML::RelExtor is a HTML parser module to extract relationship information from "A" and LINK HTML tags....

MIYAGAWA/HTML-RelExtor-0.03 - 12 Apr 2009 03:20:12 UTC

HTML::AsHTML - Return The same HTML document as was put in. River stage zero No dependents

The *HTML::AsHTML* an HTML parser that tries to return exactly what was parsed. In the process, it will do certain fixes to the HTML, (such as adding quotes to all values in start tags). As such, when it works on correct html, it's just a glorified w...

MIKEDLR/Link_Controller-0.037 - 09 Feb 2002 18:12:34 UTC

HTML::Tagset - data tables useful in parsing HTML River stage four • 29 direct dependents • 3511 total dependents

This module contains several data tables useful in various kinds of HTML parsing operations. Note that all tag names used are lowercase. In the following documentation, a "hashset" is a hash being used as a set -- the hash conveys that its keys are t...

PETDANCE/HTML-Tagset-3.24 - 11 Mar 2024 17:32:52 UTC

HTML::Parser - HTML parser class River stage four • 548 direct dependents • 3510 total dependents

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.82 - 13 Mar 2024 20:11:51 UTC

HTML::Link_Miner - return links in a document along with information River stage zero No dependents

This is currently just an idea and is not implemented yet HTML::Link_Miner is a link extractor. The *HTML::Link_Miner* is a subclass of *HTML::Parser*. This means that the document should be given to the parser by calling the $p->parse() or $p->parse...

MIKEDLR/Link_Controller-0.037 - 09 Feb 2002 18:12:34 UTC

HTML::Manipulator - Perl extension for manipulating HTML files River stage zero No dependents

This module manipulates of the contents of HTML files. It can query and replace the content or attributes of any HTML tag. The advertised usage pattern is to update static HTML files. ANOTHER TEMPLATE ENGINE ? NO ! HTML::Manipulator is NOT yet anothe...

THILO/HTML-Manipulator-0.07 - 14 Nov 2005 12:35:16 UTC

HTML::ResolveLink - Resolve relative links in (X)HTML into absolute URI River stage one • 3 direct dependents • 6 total dependents

HTML::ResolveLink is a module to rewrite relative links in XHTML or HTML into absolute URI. For example. when you have <a href="foo.html">foo</a> <img src="/bar.gif" /> and use "http://www.example.com/foo/bar" as "base" URL, you'll get: <a href="http...

MIYAGAWA/HTML-ResolveLink-0.05 - 28 Nov 2006 20:03:24 UTC

HTML::LinkExtractor - Extract "WHAT'S A LINK-type tag" in links from an HTML document River stage one • 2 direct dependents • 2 total dependents

HTML::LinkExtractor is used for extracting links from HTML. It is very similar to HTML::LinkExtor, except that besides getting the URL, you also get the link-text. Example ( please run the examples ): use HTML::LinkExtractor; use Data::Dumper; my $in...

PODMASTER/HTML-LinkExtractor-0.13 - 07 Jan 2005 00:54:07 UTC

Meta::Lang::Html::Html - help you with HTML related tasks. River stage zero No dependents

This module will help you with HTML related tasks. It knows how to: 1. Generate HTML dependencies. 2. Move from relative to absolute links. 3. Move from absolute to relative links. 4. Transpose a set of files which are correctly linked to a new set. ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

HTML::RewriteAttributes - concise attribute rewriting River stage zero No dependents

"HTML::RewriteAttributes" is designed for simple yet powerful HTML attribute rewriting. You simply specify a callback to run for each attribute and we do the rest for you. This module is designed to be subclassable to make handling special cases eais...

TSIBLEY/HTML-RewriteAttributes-0.05 - 22 Oct 2012 22:15:15 UTC

HTML::RewriteAttributes::Links - concise link rewriting River stage zero No dependents

"HTML::RewriteAttributes::Links" is a special case of HTML::RewriteAttributes for rewriting links. See HTML::ResolveLink and HTML::LinkExtor for examples of what you can do with this....

TSIBLEY/HTML-RewriteAttributes-0.05 - 22 Oct 2012 22:15:15 UTC
13 results (0.058 seconds)