in reply to Retrieving a list of keys from a hash of hashes
my @keys = keys %{ $hash{'0x10040'} }; [download]
_________broquaint