Help for this page
<p><code> if(exists($foo{bar}{baz})) { print "\$foo{bar}{baz} exists\n"; }
if(exists($foo{bar}) and exists($foo{bar}{baz})) { print "\$foo{bar}{baz} exists\n"; }