in reply to Hash ties

You may be using package globals to store your data instead of properly scoped object containers such as a blessed lexical hashref. But this response is about as reliable as if you had taken me to a room full of people I don't know, put a blindfold on me, spun me around six times, and asked me to point to Kevin. We need to see code posted to be able to disect what you've done wrong. I recommend boiling the problem down to no more than 20 or so lines of code that replicates the problem and posting it here.


Dave

Replies are listed 'Best First'.
Re^2: Hash ties
by Anonymous Monk on Jan 18, 2005 at 22:17 UTC
    amnesty_puppy: Can't get to my code right now but that sounds like the right problem, I just declared it with my $hashref = {};. How should it be defined properly? I'll look it up in the camel when I get a minute. Thanks.