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.