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