in reply to accessing a hash of hashes

my %hash = ( foo => { bar => baz } ); print $hash{foo}{bar};
In you code, $key is equiv. with foo.


holli, /regexed monk/