Help for this page

Select Code to Download


  1. or download this
    @a = keys (a=>1,b=>2,c=>3);
    
  2. or download this
    Type of arg 1 to keys must be hash (not list), blah, blah, blah
    
  3. or download this
    #This doesn't work
    @a = keys %{(a=>1,b=>2,c=>3)};