Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Table data

by mojotoad (Monsignor)
on Oct 26, 2010 at 02:15 UTC ( [id://867391]=note: print w/replies, xml ) Need Help??


in reply to Table data

Hi there, Perlbeginner1. This works:

use HTML::TableExtract; my $te = HTML::TableExtract->new( attribs => { id => 'historicalTable' }, ); $te->parse_file(\*DATA); $te->first_table_found->dump(1);

Cheers,
Matt

edit: some non-pm context is here. recent post history is here.

Log In?
Username:
Password:

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

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

    No recent polls found