print "From: downeyt@cs.fiu.edu" printf "To: %s\n", $4 print "Sender: Tim Downey" print "Subject: Missing Prerequisites" print "X-Mail-Gateway: Doug's WWW Mail Gateway 1" print "X-Real-Host-From: downeyt@cs.fiu.edu\n" printf "%s %s: %s\n", $2, $3, $1 printf "You are missing the prerequisite %s %s for %s %s.\n", $16, $17 , $12, $13 print "You cannot take this course without completeing the prerequisite." print "All prerequisites must be completed with at least a C\n\n" print "Please drop the course immediately. If you do not drop the course this" print "week, then you will be dropped from the course by SCIS in the next week." print "If you do not drop now, then you will be liable for any fees that are" print "charged for a late drop.\n\n" print "Tim Downey\nSCIS Adviser\n\n" }