Your last PERL assignment will include the following capabilities and fulfill the following specifications: 1. It will allow the user to view information from the Movies database, which we used in your last program. 2. The user can view all five fields of information, if they want. Or they can view any combination of 2 or 3 or 4 of the fields, or just view a single field. 3. The user will be able to select which field or fields they want to display by using the checkbox control. There will be a checkbox for each of the following: famousLine film LeadActor LeadActress Category You do NOT need to use the field names from the original database in your user interface! Name of movie or name of file would be better than film. Movie quote would be better for the user to see than famousLine! 4. When your PERL script processes the request, if there are two or more fields that the user wishes to display, use a scheme like this: Show the movie quotes as a top level OL ordered list. Show the rest of the requested fields as a UL unordered list that is part of and subordinate to each quote. For example, one quote would look like this: 7 I am studying the effects of negative reinforcement on ESP ability * Ghostbusters * Bill Murray, Dan Akroyd * Sigourney Weaver * Comedy It would look like this if it happened to be the 7th LI in the OL, and if the user of your FORM had requested to see all of the fields in the database by checking all FIVE of the checkboxes. 5. Your web page should allow the user to specify a criteria to search the records on for either the quotes or the name of the movie. We will talk more about this in class on Tuesday, but you can preview it ahead of time on Monday evening, if you wish to check the web site. I have not decided if the searching criteria will be just for quotes alone or for movie names alone. We could allow searching the entire record too, so a search for Dreyfus would find all the movies that Richard Dreyfus was an actor in. More later..... To be continued.....