Help for this page

Select Code to Download


  1. or download this
    $file = 'test_predictions_1';
    open (FH, "<EXAMPLE");
    ...
        $id = $_;
        if (exists $data{$file}{$id}) {print "match\n";}
    }
    
  2. or download this
        if (exists $data{$file}{$id}) {print "match\n";}