Re: parse html table
Lily Y. Fu (lily@tigr.org)
Thu, 15 Apr 1999 15:26:52 -0400
Thank you, it works pretty well!
Lily
> >> I want to parse a html page having table format into
> >> simple text. I tried the following code, but
> >
> >
> >You can subclass HTML::Parser. I did a HTML::ParseTables which is such a
> >subclass, but it has no documentation yet, and has not been tested much.
>
> Well, since 2 people asked, here it is. I quickly added some rudimentary
> documentation. Try it out.
>
> <http://alma.ch/perl/scripts/HTML-ParseTables-0.05.tar.gz> for the standard
> dist.
>
> and
>
> <http://alma.ch/perl/ppm/HTML-ParseTables-0.05-PPM.tar.gz> for PPM.
> (ppm install --location=http://alma.ch/perl/ppm HTML-ParseTables).