Help for this page

Select Code to Download


  1. or download this
    print "Case 4: stopper scalar\n";
    $x = 'stopper';
    exists $x->{'y'}->{'z'};
    print Dumper $x;