Is this also apply?BEGIN { $tree = {}; sub createTree { # we create big tree ... } sub deleteTree { $tree = undef; # or $tree = {}; } } createTree(); deleteTree();
In reply to Re: Re: Deallocating HASH pointer
by Doraemon
in thread Deallocating HASH pointer
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |