http://www.perlmonks.org?node_id=938193

mhearse has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to figure out what type of data structure this code is looking for:
foreach my $key (keys %{$abc}) { if ( ref $abc->{$key} eq 'HASH' ) { } }