Assigment-2

 

 

 

Foreword

Resources

Code Listings

Foil Sets

Assignments

Solutions

External Resources

SiteMap

Search

Home

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.

  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.
  2. You may use the example script database.pl as a model.