%hash = ( "1" => ['a','b'], "2" => ['c','d'], "3" => ['e','f'], ); print $hash{1}[0]; result a