http://qs321.pair.com?node_id=521712


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

RDup(@unique);
be
@unique = RDup(@unique);
instead?