Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mani5int

  1. mani5int

    remove repeating elements in array

    hi people can any one tell me how do i remove elements in an array which repeat more than 4 times i tried this for single time but how do i get it for 4 times %seen = (); @unique = (); for each $elem (@array) next if $seen{$elem}++ push @unique, $elem (@array) plzzzzzz help me in...

Part and Inventory Search

Back
Top