in reply to Re^2: Is there a way to invoke perl's garbage collector?
in thread Is there a way to invoke perl's garbage collector?

Take a look at What perl operations will consume C stack space? which deals in just this subject.

⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

  • Comment on Re^3: Is there a way to invoke perl's garbage collector?

Replies are listed 'Best First'.
Re^4: Is there a way to invoke perl's garbage collector?
by Anonymous Monk on Mar 07, 2006 at 22:51 UTC
    Thanks...that was a good read. I should clarify a bit. It's in XML::LibXML that this occurs which is in libxml2, so I expect that perl is not at fault here.