in reply to Double Hash Key

You're close, but the loop should be like this:
foreach $f ( keys %{$drw{eileen}) { print "f($f)\n"; }
Direcly out of the O'Reilly "Programming Perl" book, page 271.