Help for this page
if( exists $foo->{bar}{anything}{you}{want} ){ }
if( my $want = Dive( $foo, qw/ bar anything you want / ) ){ ... }