Help for this page

Select Code to Download


  1. or download this
    if (exists  $hash{$key})  # If exists
    if (defined $hash{$key})  # If exists, defined
    if (        $hash{$key})  # If exists, defined and true