Re: HTML::Parse

Austin S. Lin (austin@al2.com)
Tue, 1 Sep 1998 04:58:33 -0400 (EDT)


You'll find that HTML::Parse is part of HTML::Tree:

  http://www.perl.com/CPAN/modules/by-module/HTML/HTML-Tree-0.51.tar.gz

Note the disclaimer in the pod:

      "Disclaimer: This module is only provided for backwards
       compatibility with earlier versions of this library.  New
       code should use the HTML::Parser and HTML::TreeBuilder
       modules directly."

HTML::TreeBuilder is part of the HTML-Tree distribution.  HTML::Parser
is in:

  http://www.perl.com/CPAN/modules/by-module/HTML/HTML-Parser-2.20.tar.gz

- Austin S. Lin

On Mon, 31 Aug 1998, Rogelio M. Ramos wrote:

> Can someone please tell me where I can fing HTML::Parse ? I been
> looking for 2 days now. Why isn't it with the rest of the HTML
> modules?