in reply to Re^2: Finding Location of Hash Structure?
in thread Finding Location of Hash Structure?

Some piece of code puts data in %CONTACTS, some other piece of code uses it. This is kind of a bad programming style, but you run into it a lot in legacy code. You'll just have to look for anything that looks like it's storing data in there.
  • Comment on Re^3: Finding Location of Hash Structure?