in reply to Re: error dereferencing array in a tied hash
in thread error dereferencing array in a tied hash

Know of any workarounds that don't involve changing all the outside hash access code? The idea of the tie is to leave that code alone while adding something hidden. I've tried lots of things with no luck. Strange that it only happens with some ties, and when it does, it does it consistently with that tie. That leads me to believe there's something I can do in the tie code to make it work. What, I don't know ...

  • Comment on Re: Re: error dereferencing array in a tied hash