Help for this page

Select Code to Download


  1. or download this
    my %hash = (one => 1, two => 2, three => 3);
    
    ...
    $key, $hash{$key}
    .
    
  2. or download this
    three        3
    one          1
    two          2