in reply to
Finding Location of Hash Structure?
Hm, not entirely sure it will work for your case, but you could try to run the program under the Perl debugger, add a watchpoint on the hash:
DB<1> w %CONTACTS
[download]
and then issue the
c
command to run the program. It should presumably stop the first time the hash is modified/populated.
Comment on
Re: Finding Location of Hash Structure?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom