in reply to removing duplicates entries from an array
Is it possible that you are throwing away the result of the RDup call? In specific, shoulnd't
beRDup(@unique);
instead?@unique = RDup(@unique);
In Section
Seekers of Perl Wisdom
in reply to removing duplicates entries from an array
Is it possible that you are throwing away the result of the RDup call? In specific, shoulnd't
beRDup(@unique);
instead?@unique = RDup(@unique);