Help for this page

Select Code to Download


  1. or download this
    $mech->fields(button3=>'button3', button2 => undef, button1 => undef);
    
  2. or download this
    $mech->submit_form(
        fields      => {
    ...
            button3 => 'button3',
            }
        );