in reply to using 'keys' recursively on a hash of hashes

my @keys = map {keys %$_} map {values %$_} values %$rhent;
Abigail