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

That was great advice!

I just pasted the header from the html file as I thought that I might not have constructed the tableextract object correctly.
But you were right, I was missing the <table> tag as I had removed some lines from the html file. Once I processed the whole file, I got the results I wanted.

Thank you!