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

Changes for version 5.910 - 2017-04-26

  • FIXES
    • Port 5.04 & 5.05 Fixes
    • Add POD to htmltree RT #116367
    • Speed up is_inside method RT #113415
      • From Todd Rinaldo https://github.com/madsen/HTML-Tree/pull/5
    • Fix extra spaces being added to comments RT #94311
      • From Tomaz Solc
    • Don't needlessly escape characters in element content RT #93431
      • From Tomaz Solc
    • Fix fix for '.' in @INC
      • https://rt.cpan.org/Ticket/Display.html?id=120521

Documentation

Parse the given HTML file(s) and dump the parse tree
article: "User's View of Object-Oriented Modules"
article on tree-shaped data structures in Perl
article: "Scanning HTML"

Modules

functions that construct a HTML syntax tree
Class for objects that represent HTML elements
discussion of HTML::Element's traverse method
Deprecated, a wrapper around HTML::TreeBuilder
build and scan parse-trees of HTML
Parser that builds a HTML syntax tree