Next Program Repair Shop 230

Preprocessing

     last if ( /^SCAN_CELLS/);
       7        open (INFILE,"$input1")||die "cannot open $input1";
       8        open(OUTFILE,">$output")||die "canoot\n";
       9        open(OUTFILE2,">$output2")||die "canoot\n";
       open (INFILE, "$input")   || die "cannot open $input: $!";
       open (OUTFILE,">$output") || die "cannot open $output: $!";


Next Copyright © 2002 M. J. Dominus