in reply to HTML::TableExtract - Easy Way To Tell If It Found A Table?
Data::Dumper is your friend. Add use Data::Dumper; near the top of your script, and print Dumper $te; after $te->parse($html_string);.