On 8 Nov 2001, Rupert Heesom wrote: > I'm writing a script which is using what may be a fair chunk of memory > during the script. > > Does Perl unallocate the memory used by the perl data structures > automatically at the end of each script, or do I have to unallocate / > free the memory manually? If manually, which commands are used?
No, Perl has automatic garbage collection. -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ Facts do not cease to exist because they are ignored. -- Aldous Huxley -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]