Help for this page
@hash{'one'} = "123"; @hash{'two'} = "123"; ... { print "key is - $key\n"; }
one two three