hello monks,
i'm a perl novice and would appreciate your help.
I have an array containing duplicate elements that require removing from that array. However, I'd like both the duplicate and the original to both be removed. So for example, if the array contains two or more elements containing the letter 'X', then I would like all of those elements containing 'X' completely removed.
Thanks, Paul