Help for this page
%hash=( a => 1 b => 2 }
undef $hash{a}
%hash=( a => undef b => 2 }
%hash=( b => 2 }