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