use strict; use warnings; %hash = ( "one" => "1", "two" => "2", "one" => "3", );