Help for this page
#!/usr/bin/perl use strict; ... if (exists $x->{notdef}{notdeftoo}) {} print "Now \$x->{notdef} exists\n" if exists $x->{notdef};
HASH $y is undef Now $x->{notdef} exists