[ Up ] [ Assignment-0 ] [ Assignment-1 ] [ Assigment-2 ] [ Assigment-3 ] [ Assignment-3a ] [ Assignment-3b ]
Write a second CGI script in Perl
This assignment completes the set of CGI scripts that process the input form created in
Assignment #1.
- Write a Perl script that reads the data from the file when (one of) the submit buttons
is pressed. You may choose to either list all of the data in the file, or to search for
one or more particular records.
- You may use the example script database.pl as a model.