Help for this page

Select Code to Download


  1. or download this
        undef $ref;
        if ("HASH" eq ref $ref && exists $ref -> {"Some key"}) { }
    
  2. or download this
        $ref = [];
        if (exists $ref -> {key}) { }