
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A lab exercise for the cs4700 course focusing on perl programming. Students are required to complete six exercises (exercise 1b to exercise 6b) and combine all the code into one file. They should print an informative message before each part and disable buffering to allow interleaved output. The exercise is due on feb 6, 2006, and can be done individually or in groups.
Typology: Lab Reports
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Note, these lab exercises may be done in groups of one, two, or three. Working with someone else is strongly recommended. If more than one person is involved, list all the names(as part of the comments of the program) on ONE solution and only turn in ONE copy of the solution. Groups may change throughout the term. Working in groups is a BIG plus for you. Take advantage of it.
From the tutorial, do exercises: Exercise 1B, Exercise 2B, Exercise 3B, Exercise 4B, Exercise 5B, and Exercise 6B. Combine all the code into one file. Print an informative message (such as EXERCISE 1B”) before each part. Turn in via Eagle. Hint: Setting the special variable as shown below disables buffering and allows the output to be interleaved with your input from STDIN: $|=1;