Re: parse html table
Milivoj Ivkovic (mi@alma.ch)
Wed, 14 Apr 1999 17:41:37 +0200
>> 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).