in reply to Summarizing an array of IP's

I am not sure if I am over simplifying what you want to accomplish or just dont understand it in the first place but iw would be relatively simple to append "nodes" to each item in the array.

foreach $ip (@array) { print $ip." nodes"; }

Replies are listed 'Best First'.
Re: Re: Summarizing an array of IP's
by exussum0 (Vicar) on Jan 06, 2004 at 21:46 UTC
    He wants to know what class c's there are and how many ip's are in each class c.

    Play that funky music white boy..
      Ahh yes I did not see the (:) colon in the desired output.