in reply to Re: That Nit (was Re: Parallel structures are NOT maintainable)
in thread using references as keys in a hash.

$$object is the syntax for soft references. That is the only way to do soft references.

No, that is just dereference syntax and it and $object-> both do exactly the same thing whether $object contains a hard reference or just a variable name ("soft reference").

                - tye