print $query->submit([ 'label','value' ])
Generates a submit button.
The label to use for the button.
The value to return when the form is submitted.
Using named parameters, the syntax is:
print $query->submit(-name=>'name', -value=>'value', -onClick=>function);
-onClick=>
function
Browser should execute function when the user clicks on the submit button.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]