Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: What means this Unfamiliar WWW::Mech error message, please?

by Anonymous Monk
on Aug 27, 2009 at 05:50 UTC ( [id://791541]=note: print w/replies, xml ) Need Help??


in reply to Re^2: What means this Unfamiliar WWW::Mech error message, please?
in thread What means this Unfamiliar WWW::Mech error message, please?

see LWP::Debug
$ua->add_handler("request_send", sub { shift->dump; return }); $ua->add_handler("response_done", sub { shift->dump; return });

Log In?
Username:
Password:

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

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

    No recent polls found