- or download this
<FORM METHOD='POST>
<INPUT TYPE="hidden" NAME="mode" VALUE="confirm">
...
</TR>
</TABLE>
</FORM>
- or download this
form( { -method => 'POST' },
hidden( -name => 'mode', -value => 'confirm' ),
...
)))
)
)
- or download this
print form( { -method => 'POST' },
hidden( -name => 'mode', -value => 'confirm' ),
...
)))
)
)