in reply to
Re: removing element from hash array
in thread
removing element from hash array
Weird. All this time I thought
delete
only worked on hashes and you had to use
splice
for arrays, but I was obviously wrong.
Comment on
Re^2: removing element from hash array
In Section
Seekers of Perl Wisdom