http://www.perlmonks.org?node_id=617713


in reply to Re: How to find and remove duplicate elements from an array?
in thread How to find and remove duplicate elements from an array?

Using hash could help in this effort my @unique= keys %hash; Shashidhar Iddamsetty