COP3832, Assignment 5

Due Wednesday 11/22 at the start of class

You are to write a script for me. Add a link to your server page to the script. Hand in a printout of the script, and upload the source of your script.

Do not use CGI.pm for this assignment.

You may use the parse-lib.pl file which contains a function named get_query. To access this, include the following statements in your scripts

require '/home/scsfac/downeyt/scripts/parse-lib.pl';
%query = get_query();

After these commands. %query will be the associative array of name/value pairs of any parameters sent to your script.

You will need to use the split function to separate the choices in a checkbox or a multiple selection list.

Write a script that will display a form containing the following. Choose a theme of your choice. All the input elements should relate to your theme.

When the form is submitted: