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