⭐
in reply to
How do I empty out a hash?
You can set it equal to an empty hash or
undef
it;
%hash=(); undef %hash;
[download]
Comment on
Re: How do I empty out a hash?
Download
Code
In Section
Seekers of Perl Wisdom