Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Webpage Element Information

by jZed (Prior)
on Nov 14, 2007 at 18:52 UTC ( [id://650825]=note: print w/replies, xml ) Need Help??


in reply to Webpage Element Information

The name of what you are trying to capture is DOM (Document Object Model). You can access it in Perl via one of the HTML parsers, e.g. HTML::TreeBuilder. You can access it natively in JavaScript. So either grab the file and parse it with Perl or use JavaScript to send the DOM tree as a JSON string to a Perl script and use one of the CPAN JSON modules to turn it into a Perl data structure.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-18 19:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found