- or download this
$cgi->param("current","something else");
- or download this
use CGI;
use strict;
...
$cgi->end_form);
print @buffer;
- or download this
<form method="post" action="example.cgi" enctype="multipart/form-data"
+>
<input type="submit" name="edit_notes" value="edit" /><input type="hid
+den" name="user" value="" me /><input type="hidden" name="current" va
+lue="something" /></form>