Hello. My question to all of you is :
How do I pass all the names and values of an HTML <select>
menu to a subroutine? I display 5 different select menus, each with different names and a value of yes or no. I would like to collect all names and values selected and pass them to a subroutine that will print out the name and value for each menu.