How do I add a submit button to my form perl script?

Christian

New member
I assume it's somewhere in here:
} else {
print start_form();
print p(textfield("word"));
print end_form();
}
I have the full code here: http://8rays.com/translate/code.txt and the form at http://8rays.com/translate/
 
Back
Top