On Wed, 2006-08-16 at 14:01 -0700, David Scott wrote: > "...uses more memory over time..." Hmm, sounds like an actual leak to > me, unless there's some justification for it.
Usually it's just normal perl behavior. You use variables, they need memory, they don't give the memory back, and the whole thing gets bigger over time. - Perrin