in reply to Re^3: Test if a subhash in a referenced hash exists
in thread Test if a subhash in a referenced hash exists
If I understand you right, with “exits” I am testing if keys at the top level of the anonymous subhash exist. If I wanted to test if the hash reference exists I would need to use “ref”. Correct?