Small Perl Project
There are 2 perl scripts you will be working on for this project.
The first perl script needs to have a routine changed whereby the script will read a specific URL variable and if such is exactly 1 of 4 variables then the script will display the respective html template. If the variable is not 1 of the 4 then it will display another html template. (Currently this script was designed to read the URL variable, check it with a database and display the respective html template, but it only returns the error message.)
The second script needs to be re-written. It will read the respective 4 text databases and print a table from LTR for each of the 4 databases if there are entries in that database. If there are no entries in the database then the script is to print a default message instead of the table.
All the required html templates are done and all the databases have been setup.



