Help for this page

Select Code to Download


  1. or download this
      my $inv = {};
      for my $index (keys %$rc) {
    ...
          push @{ $inv->{$sorted[0]} }, $index;
        }
      }
    
  2. or download this
      return (@{ $inv{$id2} } == 1) ? 1 : 0;