http://qs321.pair.com?node_id=554022


in reply to How clever is the garbage collector?

Hi,

As far as I know and previously searched and found in Perl literature, Perl's GC does NOT release allocated memory back to the OS, but rather reuse it within its own process.

Enjoy,
Mickey