Help for this page

Select Code to Download


  1. or download this
     
     ### Previous form submission
      $agent->click('Button');
    ...
      my $request = $update->click($form);
      $agent->{req} = $request;
      $agent->_do_request;
    
  2. or download this
    <html>
    <head>
    ...
    </form>
    </body>
    </html>