in reply to Generic Form thingy
If you must do it yourself, think about using a slightly different data structure. For example, have the values in your hash be array references instead of scalar values. Then in the array you can hold as many multiple values as you want.
On the whole, though, this may not have been what you were asking, and if it was, my first recommendation would be to use CGI.pm.
|
|---|