- or download this
username|password|fname|lname|user_info
- or download this
<form action="myscript.pl">
<select name="user">
...
<OPTION VALUE="uname_2">user name 2
</select>
</form>
- or download this
# use the CGI module, this automates processing of form input and take
+s care of a lot of security issues too
use CGI;
...
}
}
close(FILE);