in reply to chained hash slices?

Nope, but what's wrong with

map { @{$_}{@b} } @h{@a} map { $_->{$x} } @h{@a}
They're both quite concise.