Help for this page

Select Code to Download


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