in reply to Memory Leak when slurping files in a loop

Perl frees memory for its own reuse... but does NOT return memory to the OS (until execution ends).
  • Comment on Re: Memory Leak when slurping files in a loop

Replies are listed 'Best First'.
Re^2: Memory Leak when slurping files in a loop
by Anonymous Monk on Dec 07, 2010 at 04:46 UTC