in reply to checking keys exist in 1 key:multiple value situation

You don't need to check!

Perl uses auto-vivication to create your anonymous array as the hash value if it didn't exist yet...

You'll still need to make sure your key is correct though.

  • Comment on Re: checking keys exist in 1 key:multiple value situation