Back to labs/answer key page

Change the two open commands to these:

#Open the input file. 

open(INPUT, "$ARGV[0]");

#Open the output file.

open(OUTPUT, ">$ARGV[0].out");

Back to labs/answer key page

-----

Emily M. Bender
Last modified: Fri Dec 8 11:59:19 2000