while ( my ( $key, $hash_ref ) = each ( %{ $dd{1} } ) { # $key == 2 # $hash_ref == { 2 => { 3 => 'hi' } } }