in reply to Re: Self-Looping over hash - how to remove duplicatein thread Self-Looping over hash - how to remove duplicate
$VAR1 = { '1-1' => 2, '3-1' => 10, '4-1' => 4, '1-3' => 10 }; [download]