Practice with Numerical Analysis in Perl

Prep readings:

In this assignment, we wish to:
- learn how to read numerical data with Perl
- learn how to analyze numerical data with Perl
What You Need To Do
- Review both files above using Notepad or your favorite editor.
- Run the Perl program and indicate an input filename of diabetes.txt.
- Observe the output of the program.
- Modify the program to calculate the average blood pressure value across all patients.
- After determining the average blood pressure value, modify the program to cycle
through each line of patient data and indicate whether each patient's data indicates
a blood pressure value above or below the average of all patients.
- Post your completed files on your course Web page. Choose whatever names you prefer,
but place the files near the heading, "Practice with Numerical Analysis in Perl."
Feel free to see how other students
in the class are doing on the assignments.
These pages are optimized for viewing
under Netscape.
© Copyright 2003.
Melanie A. Sutton, Ph.D.
(msutton@uwf.edu)
All rights reserved.