in reply to Re: resolving HTML::TableExtract error
in thread resolving HTML::TableExtract error

Hello Matt,

I'm using version 2.02. My script was successful once I had incorporated the suggestions of crashtest and haoess.

The error occured when I did not have the outer loop which examins each table found, and I was also working with a chopped up html file which was missing the <table> tag, although, I don't think it even got to that point.

While installing the module, all tests run were successful, however some tests were skipped becasue I did not have the one module (HTML::Element if I recall right) installed

Hope that helps track it down.