in reply to Re^4: Hashing it out: defined? exists?in thread Hashing it out: defined? exists?
$h{$k} = $v; @h{$k} = ($v); %h = ($k, $v); # Also removes everything else. [download]