http://www.perlmonks.org?node_id=1013599


in reply to Re: Two simple code style advice questions
in thread Two simple code style advice questions

Not sure the point of this. If you are willing to test using exists, then why bother initializing at all? $hash{key}++ is a perfectly valid way to bring a key into existence.