Help for this page

Select Code to Download


  1. or download this
    my %fields = (
       name => "Richard",
    ...
       forum_user => "xxxxx",
       forum_pass => "yyyyy",
    );
    
  2. or download this
        $mech->submit_form(
            form_name => $search_form,
            fields      => \%fields,  # pass reference to %fields
        );