I have a list containing numbers which have been sorted.
e.g. @array =qw (1 2 3 4 5 5);
how do I do through the numbers and find the duplicate ones ?
I'm thinking some sort of while loop with a <=> operator.
cheers for your wisdom
I'll get there one day !!
harry