tie my $variable, "Quaint", ( 1 => "one", 2 => "two", 1 => "three" ); #### tie my $variable, "Quaint",( "one", "two", "two", "three" );