in reply to Re: Assigning list with duplicate keys to hash
in thread Assigning list with duplicate keys to hash
Thank you very much for the link. The included reference to the Perl Best Practices book which shows this as "recommended" way to do default values helped me a lot. I also liked the idea to use hash slices for this.