Assignment 4 - CGI
Welcome,
The script (using PERL) that I have created is designed to create a table in HTML after
reading a data file. Data file can contain any information the user believes
that he/she needs to have on the web. For example, I have created a table that
contains grades for students who did 5 assignments.
Make sure to read the following information to be able to display your
data:
- Save the file as a (.dat). Example: test.dat
- Have the first line in the data file as the filed
name such as First Name, Last Name, DOB. Doing that will help the user to
better understand the data in the table.
- Now, enter data in the same way that he/she
entered the first line.
- User can have as many records as he/she wants.
- User should make sure that he entered the file name
in the his/her code.
- User should make sure that he/she is calling the correct file and from the
correct directory.
Click here to view the students grades table
example .
Click here to view Data
File