Help for this page

Select Code to Download


  1. or download this
    open FILE2, "$f2" or die "Could not open file: $! \n"; //Corrected >$f
    +2
    foreach my $var (keys %results) 
    ...
        }
      }
    }
    
  2. or download this
    open FILE2, "$f2" or die "Could not open file: $! \n";
    foreach my $var (keys %results) 
    ...
     }
     
    close(FILE2);