in reply to how to get multiple options selected in webpage

You would use the CGI.pm module, documented here: CGI. It handles the parsing of form input, and with the param() method, hands your script the data passed by the form submission. I really recommend reading the documentation for CGI "cover to cover".


Dave