in reply to Re: Re: Use of grep with arrays/hashes
in thread Use of grep with arrays/hashes

The key doesn't exist until used as an lvalue. So we need to in fact do an assignment, which "++" does just fine.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Re: Re: Use of grep with arrays/hashes