Alien has asked for the wisdom of the Perl Monks concerning the following question:
How can i find out where exactly my script sends its data ?my $x=WWW::Mechanize->new(); $x->get("www.somesite.com"); $x->field("user_field","username"); $x->password("password_field","password"); $x->click();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize form
by Fletch (Bishop) on Nov 16, 2006 at 12:59 UTC | |
|
Re: WWW::Mechanize form
by wfsp (Abbot) on Nov 16, 2006 at 11:06 UTC | |
|
Re: WWW::Mechanize form
by Anonymous Monk on Nov 17, 2006 at 10:14 UTC |