Help for this page

Select Code to Download


  1. or download this
    if ( exists( $data{$array[$i]}{$array[$j]} ) ) {
            next();
    ...
    else {
            print OUT join("\t", $i, $j), "\n";
            }