in reply to Re: Release memory in hash of hashes
in thread Release memory in hash of hashes

I don't understand exactly what you mean.
Let's say I have
%hash{A}{B}{C}
I thought there should be some procedure which goes starting from %hash and releases all As, Bs and Cs

Replies are listed 'Best First'.
Re^3: Release memory in hash of hashes
by moritz (Cardinal) on Aug 17, 2009 at 15:24 UTC
    Perl does that for you, if you empty %hash all other items are freed automagically.