Hi, I have what seemed like an easy problem a few hours ago, but I've been tring to figure out if an element of a hash table is defined or not.
Essentially, I have a hash of arrays, and if the hash element is defined, I want to insert the element into it, but if the element isn't defined, I need to create it and add to it. Can somebody post a code snippet? Thanks, -Doug