Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
But I always get a html site that states$mech->get($url); if ( $mech->success() ) { $mech->form_name( 'searchform' ); $mech->set_fields( QueryText => '50-00-0' ); #$mech->set_visible( '50-00-0' ); $mech->submit(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize text field
by ikegami (Patriarch) on Sep 18, 2007 at 14:57 UTC | |
by Anonymous Monk on Sep 18, 2007 at 15:09 UTC | |
by n8g (Sexton) on Sep 18, 2007 at 15:25 UTC | |
by Anonymous Monk on Sep 19, 2007 at 08:27 UTC |