Hello monks,
I have a array which contains duplicate elements. I want only unique elements in the array. I just want to know does Perl has some inbuilt functionality for it or should i make comparisons while storing the values in the array.
Thanks a lot!