%hash = ("one", 1 , "Two", 2,"three", 3, "four", 4); @value = values(%hash); print("$value[1]");