Re: parse html table

Milivoj Ivkovic (mi@alma.ch)
Wed, 14 Apr 1999 09:20:30 +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.