Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: WWW::Mechanize submission problem

by johnnywang (Priest)
on Feb 05, 2006 at 20:03 UTC ( [id://528090]=note: print w/replies, xml ) Need Help??


in reply to WWW::Mechanize submission problem

I do lots of scraping/automation with LWP/WWW::Mechanize, I found the following two are very useful:
  • Ethereal, so you can see what actually gets sent, and compare that with what the browser is sending.
  • "perl -d", yes, perl debugger, stepping through the code is really useful.
I am able to solve most of my problems using these two (except those with heavy javascript.)

Replies are listed 'Best First'.
Re^2: WWW::Mechanize submission problem
by john_oshea (Priest) on Feb 05, 2006 at 21:42 UTC
      Since we're talking about Firefox extensions, I use the WebDeveloper extension alot, it not only can show you the headers, but also can show such things as layout outlines, which is really useful when combined with HTML::TableExtract for screen scraping. You can download it from http://chrispederick.com/work/webdeveloper/

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://528090]
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: (4)
As of 2024-03-29 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found