Exercise 4.6 D

From Earlham CS Department
Revision as of 12:30, 18 December 2009 by Damian (talk | contribs) (New page: Return to Week 1 <b>Exercise 4.6 in <i>Beginning Perl for Bioinformatics</i></b> <br> <i>This problem is written as schematic only.</i> <pre> 1. Open and read the first file. 2. Sto...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.