Help for this page

Select Code to Download


  1. or download this
    $hash->{'a'} = undef;
    $hash->{'b'} = 4.5;
    $hash->{'c'} = 6;
    $hash->{'d'} = undef;
    ...
    
  2. or download this
    1) check if the hash is empty (all elements are undef)
    2) reset all elements to undef