http://www.perlmonks.org?node_id=1200839


in reply to Re: Leaking Function Return
in thread Leaking Function Return

Thank you all for your help. It appears that I had some kind of global variable problem. Switching to:
use strict; use warnings;
has made the 'leak' disappear. I will make sure to apply this wisdom in the future.
Cheerfully,
C