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