in reply to Re: tying tied hash scalars
in thread tying tied hash scalars
Yes, that works for me too. Problem is I now have to change all existing hash accesses to use the reference. Part of what I'm trying to do is alter the underlying behavior of a widely used hash, where the hash elements are already assumed to be tied themselves. I don't really want
to change all that code. The idea was to tie the hash where it's created and leave the rest of the code alone.