Help for this page

Select Code to Download


  1. or download this
    $array[0] = "foo"
    
  2. or download this
    $hash{foo} = "abc";
    $hash{bar} = "xyz";
    
  3. or download this
    @somearray = keys %hash
    
  4. or download this
    @somearray = sort(keys %hash);