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

I've been looking for the declaration somewhere in the files and have not managed to find it anywhere
  • Comment on Re^2: Finding Location of Hash Structure?

Replies are listed 'Best First'.
Re^3: Finding Location of Hash Structure?
by Anonymous Monk on Jul 23, 2015 at 16:09 UTC
    Perl doesn't require declarations.
Re^3: Finding Location of Hash Structure?
by Anonymous Monk on Jul 23, 2015 at 16:19 UTC
    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.