my %hash = ( 'hi' => ('hello' => 'all'), 'bye' => ('later' => 'gone') ); print $hash{'all'}; [download]
In reply to Doubt on hash keys by velusamy