Help for this page

Select Code to Download


  1. or download this
    $hash = {
      1 => {
    ...
        key2 => string4
      }
    }
    
  2. or download this
    foreach my $key (sort { $hash->{'key1'} {$a} cmp $hash->{'key1'} {$b} 
    +} keys %$hash) {
      ...
    }