$ perld 'my %h = (r => { x => { a => 1, b => 2 }}); dd $_ for values %{$h{r}}' { a => 1, b => 2 }