Help for this page
%my_hash =('cat' =>,7, 'dog'=>3, 'cow'=>9,)
%my_hash = ('dog' => 3, 'cat' => 7, 'cow' => 9,)
@array= ("dog","cat","cow")