
22 Nov
2004
22 Nov
'04
6:45 a.m.
I dont know perl, but I have done programming in the past and I have a few ideas that might help point your mind to a new train of thought. Using a basic sorting script (suitably altered to take account of the numeric data (e.g. sorted by number or ASCII code). Once the list is ordered, run the data through another loop that takes each piece of data (one subnet at a time) and compares it with the previous piece of data and if they are the same - remove one of the entries. Hope this helps. Nick