@array = ( { 'a'=>'b', 'b'=>'c' }, { 'c'=>'d', 'd'=>'e' }, { 'e'=>'f', 'f'=>'g' } ); print $array[1]{c}; #result d;