Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: mixing www::mech and lwp::UA

by clscott (Friar)
on Nov 27, 2006 at 19:47 UTC ( [id://586322]=note: print w/replies, xml ) Need Help??


in reply to mixing www::mech and lwp::UA

Mechanize is a sub-class of LWP, so set up a cookie jar:
my $mech = WWW::Mechanize->new(); $mech->proxy(...) $mech->cookie_jar({}); $mech->get( ... );
--
Clayton

Replies are listed 'Best First'.
Re^2: mixing www::mech and lwp::UA
by Joost (Canon) on Nov 27, 2006 at 20:19 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://586322]
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-04-19 16:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found