in reply to question on hash behavior

if ( exists $hash_data{$key1} and exists $hash_data{$key1}{$key2} and exists $hash_data{$key1}{$key2}{$key3} and exists $hash_data{$key1}{$key2}{$key3}{$key4} ) {
Bill