Help for this page

Select Code to Download


  1. or download this
    my $form = $agent->current_form();
       $agent->{req} = $form->find_input("list_PagingMove", undef, 3)->cli
    +ck($form);
       $agent->{res} = $agent->_do_request();
    
  2. or download this
    Can'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();