in reply to
Re: Massive Perl Memory Leak
in thread
Massive Perl Memory Leak
I was using local %datahash; as a cheap way of reinitializing the variable at each loop. Simply doing %datahash = (); would be functionally identical for my requirements.
Comment on
Re^2: Massive Perl Memory Leak
In Section
Seekers of Perl Wisdom