On Fri, 30 May 2003 00:42:07 -0500, [EMAIL PROTECTED] (Camilo
Gonzalez) wrote:

>Help,
>
>How do I flush out the memory so I can start with a fresh allotment?

This is not a cgi question, it should be posted to perl.beginners.
Perl will take care of the memory for you, it does not relinquish
memory once it has it, but it reuses it for other variables. The only
way to clear memory with Perl is to kill the script and restart it.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to