Witch version of ActivePerl do you have (I have the 5.6 633)?
What results do you get exactly (time for the loop, memory consumption
at its end, result of the undef) ?
thanks
> maybe it's your configuration, your environnment is
> not good, we have old pc than yours
At 17:39 2002-10-15 -0700, Mike Gossland wrote:
>I used Win32::SystemInfo to show free memory available. I was surprised to
>see how much memory was consumed on each pass. By cutting out sections of
>code, I was able to see exactly what was consuming the memory. I found
>that LWP ate up a bunch
Someone on another non-windows perl list wrote this:
>Incidentally, I hate to call this stuff "memory leaks", since it's usually
>just normal growth as memory gets used. Calling it "leaks" implies that
>memory is being wasted as a result of mistakes with pointers or some such.
>When people