Help for this page

Select Code to Download


  1. or download this
               $hash{$Query}[3] = $one;
               $hash{$Query}[4] = $two;
    
  2. or download this
    while (<FH>) {
       my ($Query, $Score, $Start, $End, $one, $two) = split;
    ...
          }
       }
    }