Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^5: scrape a webpage

by Corion (Patriarch)
on May 28, 2017 at 06:55 UTC ( [id://1191402]=note: print w/replies, xml ) Need Help??


in reply to Re^4: scrape a webpage
in thread scrape a webpage

Maybe try $B->{value} then, but you will have to stay within the Firefox framework then and not use any other HTML thing like HTML::TreeBuilder::LibXML.

If you have your tree already in HTML::TreeBuilder::LibXML, then use what the HTML::TreeBuilder::LibXML documentation suggests:

my $value = $node->attr('value');

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 18:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found