Re: parse html table

cpaul (inc@fastmedia.net)
Wed, 14 Apr 1999 16:51:12 +0100


Hi there, if you're able to can you please share your ParseTables
package, I'm also battling with a task like this right now.. and still
new at subclassing in perl.

>>
>> 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.
>
>