in reply to Re^3: re-initialize the hashin thread re-initialize the hash
@hash{keys %hash}=0 x scalar(keys %hash); [download]
$VAR1 = { 'c' => '000', 'a' => undef, 'b' => undef }; [download]