I have a question regarding two forms that I have, after the user fills in the 75 input fields (each form has 75 input fields) on the form(s) I have to send everything into a data base. I am using this code to get the values from the form into my Perl code:
I have a &filter sub to get rid of the stuff I don't' want to see in my DB.
My question is that for every single field in my forms a have to write a line of code like the one above. And it's going to be 150 of them for each form name field, is there a way to make this process more dynamic?