Help for this page

Select Code to Download


  1. or download this
    my $forms = $mech->forms();
    
    ...
          criteria     => 'exact'
       }
    );
    
  2. or download this
    my $found;
    foreach (@{$mech->forms()}) {
    ...
          criteria     => 'exact'
       }
    );