Help for this page

Select Code to Download


  1. or download this
    $hash->{$value}{$version}++; # The names you used yesterday
    
  2. or download this
    for my $outer (keys %$hash)
    {
      my $subhash = $hash->{$outer};
    ...
        # iterating over the sorted values
      }
    }