in reply to Release hash memory
One of the powers of Perl is that it does the memory management for you! So in general you have no worries! Forget it (or until you get into advanced applications).
The O/S will free all memory used by an application when it ends. That is true in Java, C, Perl, etc. There is some very complex stuff about memory management, but if you are dealing with "lakh"'s I don't think you have to worry.
Update: don't worry: Make some hash and when your program ends that memory will be freed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Release hash memory
by Anonymous Monk on Jul 13, 2009 at 12:32 UTC | |
by Marshall (Canon) on Jul 13, 2009 at 12:40 UTC |