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.
Comment on
Re^4: Why does Perl have typeglobs?
In Section
Seekers of Perl Wisdom