in reply to
Freeing perl memory?
IIRC, you can't force perl to return memory. However you can fork() and kill the parent process which will free the memory. It's pretty expensive to do, but might be worthwhile if it's a long running script. Dave
Comment on
Re: Freeing perl memory?
In Section
Seekers of Perl Wisdom