Exercise 4.6 D

From Earlham CS Department
Jump to navigation Jump to search

Return to Week 1

Exercise 4.6 in Beginning Perl for Bioinformatics

This problem is written as schematic only.

1. Open and read the first file.
2. Store information in file in a variable. 
3. Close the file.
4. Open and read second file.
5. Store this information in another variable.
6. Close this file.
7. Print info in first file.
8. Print info in second file.
9. End program.