Hi All, I have one array say @test = (1,2,3,2,5). Now if you observe 2 is repeating in this array on second position and fourth position. My requirement is that if such value is repeating twice then i just want to remove one value and keep other value. So my array should look like @test = (1,2,3,5) can anybody help in this regard... Regards Irfan.
- Array manipulation Sayed, Irfan \(Irfan\)
- Re: Array manipulation Tom Phoenix
- Re: Array manipulation Jeff Pang
- Re: Array manipulation Dr.Ruud
- FW: Array manipulation Sayed, Irfan \(Irfan\)
- Re: FW: Array manipulation kilaru rajeev
- Re: FW: Array manipulation kilaru rajeev
- Re: FW: Array manipulation Jeff Pang
- Re: FW: Array manipulation Jeff Pang
