in reply to Re^2: mixing www::mech and lwp::UA
in thread mixing www::mech and lwp::UA
Do I have it backwards? If I call WWW::Mech, can I then use any LWP::UA methods I want?
Yes, if you've got a WWW::Mechanize object as created by WWW:::Mechanize->new() you can use (almost) any LWP::UserAgent method on it.
|
|---|