![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^2: Mini-Tutorial: Perl's Memory Managementby Anonymous Monk |
on Oct 28, 2009 at 14:17 UTC ( #803686=note: print w/replies, xml ) | Need Help?? |
'free memory' is when you give up the memory block back to the OS, 'clear memory' is when you, for instance, say @a = ();, the variable still there but without content. as ikegami said, perl does not free memory, so look at free in C if you still don't understand..
In Section
Meditations
|
|