in reply to
Retrieving a list of keys from a hash of hashes
So you say it is just one hash. I gues you write it down with code simmilar to
print Dumper(%yourhash)
. Then you can get the list with
keys %{$yourhash{'0x10040'}}
.
Comment on
Re: Retrieving a list of keys from a hash of hashes
Select
or
Download
Code
In Section
Seekers of Perl Wisdom