Help for this page
use strict; open(OFILE,">output.txt") or die "Unable to open output file"; ... } close(IFILE); close(OFILE);