Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Mechanize and Cookie Confusion

by bichonfrise74 (Vicar)
on Aug 25, 2011 at 22:34 UTC ( [id://922465]=note: print w/replies, xml ) Need Help??


in reply to Mechanize and Cookie Confusion

You can use something like this to see what you are sending and receiving:
$m->add_handler("request_send", sub { shift->dump; return }); $m->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://922465]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 06:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found