Help for this page

Select Code to Download


  1. or download this
        $mech->submit_form(
            form_number => 3,
    ...
                password    => 'lost-and-alone',
            }
        );
    
  2. or download this
    my $form = $mech->form_name('aspnetForm');
    $form->value('__EVENTTARGET' => 'ctl00$cpMain$pagerTop');
    ... and so on
    $mech->submit();