smudged123 has asked for the wisdom of the Perl Monks concerning the following question:
$mech->get("http://www.fuddit.com/login"); $mech->form_number(1); $mech->field( 'user_login' => $user); $mech->field( 'passwd_login' => $pass ); $mech->submit(); open(DEBUG,">>debug.html"); print DEBUG $mech->content(); close(DEBUG); system(PAUSE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl WWW::Mechanize Form Submit Problem
by planetscape (Chancellor) on Feb 05, 2009 at 19:24 UTC | |
|
Re: Perl WWW::Mechanize Form Submit Problem
by jethro (Monsignor) on Feb 05, 2009 at 16:33 UTC | |
by Anonymous Monk on Feb 06, 2009 at 10:44 UTC |