in reply to
Removing duplicates from an array
Um. Any reason why you're not filtering duplicates out in the DB query (which you don't provide, so I'm guessing)? For example, by using
DISTINCT
(if using MySQL).
Comment on
Re: Removing duplicates from an array
In Section
Seekers of Perl Wisdom