Help for this page

Select Code to Download


  1. or download this
    if ($myHash{"unknown_if_this_key_exists_yet_or_not"}){...}
    
  2. or download this
       my %h;
       if( $h{"isn't there"} ) { 1 }
       print "$_\n" for keys %h; # does not print anything