in reply to resolving HTML::TableExtract error

Hi there. I'm the author of the module.

Could you tell me which version it is you're using? I'm assuming it's the most recent based on what you said, but you never know.

Also, merely having the location in @INC could be ambiguous if there are multple versions of the module in those directories. Examine %INC and double check that you're loading the right version.

Having said all that, the error you report shouldn't really be happening in any of the versions, so I'm curious to track it down.

Thanks,
Matt

Replies are listed 'Best First'.
Re^2: resolving HTML::TableExtract error
by jaydon (Novice) on Jul 14, 2005 at 16:20 UTC

    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.