in the form. Then put all the information required in hidden elements (its not displayed in the page so only hide what you don't want seen/changed but want the script to receive). When its submitted you can read that. However, your sending the information in a select to your displayResults.pl file. Only the selected name will be sent, and only items within the specific
in an html page and each is individual), so if you want the entire select, you'll have to send each line as a hidden or group them all into one hidden and break them down in the script.