in reply to Override exists()?

When you tie data structures in Perl, you can't radically change the interface. That is, hash values still have to be scalars, hash keys still have to be scalars, etc. To change this you'll have to patch the Perl source code and get the patch accepted.

        - tye