Help for this page

Select Code to Download


  1. or download this
    <TR>
    <TD ALIGN=LEFT VALIGN=MIDDLE COLSPAN=4>
    ...
    </FORM>
    </TD>
    </TR>
    
  2. or download this
    $mech->click_button( name => 'fpdbr_0_PagingMove', value => '  >   '  
    +);
    
  3. or download this
    No clickable input with name fpdbr_0_PagingMove at ... .
    
  4. or download this
    $mech->submit_form(form_name => 'fpdbr_0', button => "  >   ",);
    
  5. or download this
    No clickable input with name   >    at ... .
    
  6. or download this
    use Data::Dump;
    my @forms = $mech->forms();
    dd \@forms;
    
  7. or download this
    [
      bless({
    ...
        method => "POST",
      }, "HTML::Form"),
    ]