Help for this page

Select Code to Download


  1. or download this
        my $tp = 0;
        my $fp = 0;
    ...
            else {
                $fp++;
            }
    
  2. or download this
    my $tp=0;
    my $fp=0;
    ...
    if ( !myhash{$pred} ) {
            $fp++;
        }