in reply to using WWW::Mechanize with more than 1 submit button
> I tried this code, but for me its getting Internal Server Error. Error as ...my $form = $agent->current_form(); $agent->{req} = $form->find_input("list_PagingMove", undef, 3)->cli +ck($form); $agent->{res} = $agent->_do_request();
If you can find out the error, pls post a comment here. ThanksCan't locate object method "_do_request" via package "WWW::Mechanize" +at /usr/fweb/mydomain/cgi-bin/test.pl line 37. Line 37 : - $agent->{res} = $agent->_do_request();
20030707 Edit by Corion: Fixed formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using WWW::Mechanize with more than 1 submit button
by Corion (Patriarch) on Jul 07, 2003 at 12:09 UTC | |
|
Re: Re: using WWW::Mechanize with more than 1 submit button
by revdiablo (Prior) on Jul 07, 2003 at 20:25 UTC |