You'll get a warning later if you try to use it.Not necessarily:
#line 1 use strict; use warnings; our $tree; $tree = {}; $$tree{autov} = "ivify"; warn %$tree; # vs. $tree = undef; $$tree{autov} = "ivify"; warn %$tree;
In reply to Re: Re: Deallocating HASH pointer
by ysth
in thread Deallocating HASH pointer
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |