Hi,
I've been trying to think of a way to do this for a while now and I'm pretty stuck. I'm programming in Perl, but this is more of a general technique question.
I have a list of $x[$i] and $y[$i] points that I want to output to a file. However, I don't want to output any double points so I...