in reply to Re: HTML::TableExtract - Easy Way To Tell If It Found A Table?
in thread HTML::TableExtract - Easy Way To Tell If It Found A Table?
if ($te->tables) { print "I found a table!"; }
And something as simple as that would tell me if it found a table (as long as I called the parse function first)?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML::TableExtract - Easy Way To Tell If It Found A Table?
by kcott (Archbishop) on Sep 26, 2013 at 21:27 UTC |