Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Problem Parsing with HTML::TableExtract

by johnnywang (Priest)
on Dec 07, 2005 at 06:32 UTC ( [id://514739]=note: print w/replies, xml ) Need Help??


in reply to Problem Parsing with HTML::TableExtract

try (un-tested):
my @all_tables = $te->table_states; my @all_rows = @{ $all_tables[0]->rows }; print Dumper $all_rows[-1];
updated. meant table_states()

Replies are listed 'Best First'.
Re^2: Problem Parsing with HTML::TableExtract
by monkfan (Curate) on Dec 07, 2005 at 07:11 UTC
    Hi,
    Thanks for the reply. But:
    $te->table_stats;
    Doesn't seem to exist as a method in the module.
    Then, I tried:
    my @all_tables = $te->table_states(0,0);
    Also doesn't do the job.

    Regards,
    Edward

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://514739]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-20 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found