in reply to Re^3: Why does Perl have typeglobs?
in thread Why does Perl have typeglobs?

Not a hash of hashes, a hash of globs. Not only is the syntax different, so is the implementation. A glob is a struct, not a hash table.