198:314 Principles of Programming Languages
Fall 2002

Electronic Handin Procedures
Updated October 7, 2002

All assignments are due by midnight of the due date stated (i.e., due on Oct 5 means by 23:59:59 on Oct 5)

All assignments will be turned in using the handin program.
To submit an assignment named proAssign.pl, you type one of the following, depending on your lecture:
handin cs314-kremer.proj* proAssign.pl
handin cs314-ryderDay.proj* proAssign.pl
handin cs314-ryderNight.proj* proAssign.pl

The possible substitutions for * are 1,2,3,4 depending on which assignment you are submitting throughout the semester. To submit multiple files for an assignment, type all the filenames after the handin command and directory name.

To check that you handed in the first assignment successfully, for example, if you are a student in Prof Kremer's class, you type:
handin -l cs314-kremer.proj1
You type a similar command, differing only in the directory name used, if you are a student in one of Prof Ryder's classes. The parameter to handin is a lower case "L" not the number 1.

To find out more about the handin program on remus or romulus type:
man handin