Help for this page

Select Code to Download


  1. or download this
        $mech->submit_form(
            form_name => 'HashForm1',
    ...
            },
            button => "submit",
        );
    
  2. or download this
    $mech->form_name('HashForm1');
    $mech->field("login_username",'username');
    $mech->field("login_password",'password');
    $mech->field("prefLanguage",00000000);
    $mech->submit_form();