Help for this page

Select Code to Download


  1. or download this
    # Update Form
    $forms[1]->click("update");
    
  2. or download this
    my $filled_out_request = $forms[1]->click;
    print $filled_out_request->as_string; # for debugging, see below
    $response = $ua->request($filled_out_request);