![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: WWW::Mechanize POST Methodby davido (Cardinal) |
on Dec 29, 2004 at 17:25 UTC ( #418028=note: print w/replies, xml ) | Need Help?? |
WWW::Mechanize isa (is a) LWP::UserAgent. That means anything that you can do with LWP::UserAgent, you can do with WWW::Mechanize. That turns out to be convenient. LWP::UserAgent has an $agent->post() method, which can be invoked from your WWW::Mechanize object. Dave
In Section
Seekers of Perl Wisdom
|
|