Hi,
When I create and load a hash, I can see the memory
usage "using top"
But when I remove the keys from the hash, top doesnt
indicate the decrease in memory.I tried, "undef %hash"
,but still no decrease. I need to know, when the memory gets released.
Thanx
-Alex