in reply to Re: Counting unique instances from Array Sort
in thread Counting unique instances from Array Sort
and be able to print something like this while / after the sort:my @ipAddresses = ("172.16.16.1 ", "172.16.16.1 ", "172.16.16.1 ", "17 +2.16.16.2 ");
Thanks!172.16.16.1,3 172.16.16.2,1
|
|---|