in reply to Re: how to use "delete" with a hash of hash
in thread how to use "delete" with a hash of hash
thank you both! but i just realized something, i actually meant to say i used the "delete" call this way
$a = "item2"; delete $hoh{$a};
it deleted the sub-level hash but not the key "item2" itself
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to use "delete" with a hash of hash
by muba (Priest) on Jan 29, 2013 at 05:44 UTC |