Assignment Set 1 - Submission Guidelines (Spring 2003)

To submit your assignment, you will need to show a run of specific input for Parts 1, 2, and 3. To receive partial credit for any portion, you will need to show runs that demonstrate those parts function correctly. For the different parts of the assignment, here are the required runs to be be captured. You must use scriptto start capturing your runs. If you do not know how to use script, examine its man page. A sample run might look like this.

$ script
Script started, file is typescript
$ echoclient hostname 33798 journal.txt
There comes a time in everyones life when they just have to say....
"What in the world are these people thinking???"
I mean how 
$ httpclient http://www.csee.wvu.edu/~tmont/aliensong.mpg
Retrieving file....
Content-Type: video/mpg
Content-Length: 3201028
3201028 bytes transferred in 1.01 seconds (3169334 Bps)
$ exit
Script done, file is typescript

You will need to submit all script runs and source code. Please use the following command to submit your assignment from boole:

$ ~tmont/sub_cs453.pl file1 file2 file3 . . .
Or you can run the command from shell.csee.wvu.edu using:

$ perl ~tmont/sub_cs453.pl file1 file2 file3 . . .

Some restrictions:

Please follow this procedure. If you do not follow this procedure your programs will not be graded!
Todd L. Montgomery (revised 02.26.2003)