On Wed, Jan 14, 2009 at 4:54 PM, Theodore Katseres
<tedkat@gmail.com> wrote:
> Yes but a warning will pop up in it's place "Useless use of hash element in void context"
IIRC, I ran across that using the "($hash{$key} || 0);" idea.
Later:
> Make sure that each var in the hash key is defined.