A CGI script that dumps the named file
to the browser
A standalone Perl program
that connects to the Nile database and displays
the contents of the title table
Tasks to Do for this Lab
Modify the form so that it asks for the name of a database rather
than the name of a file.
Combine the CGI script and perl program so that the CGI script
connects to the database specified by the modified form and
dumps the contents of the table named "title".
Change the form's ACTION attribute so that it
calls your edited CGI script.
Ensure that each row of the table is displayed on a separate line
of the browser.
(Hint: use the <PRE> tag or CGI.pm's
pre() function)