Help for this page

Select Code to Download


  1. or download this
    push @{$hash{$line1}}, $line[2],$line[3];
    
  2. or download this
    if (exists $hash{$cols[2]}) {
      if ($p1>= $hash{$cols[2]}[0] and $o2<= $hash{$cols[2]}[1]) {
    ...