in reply to
Re: IP Iterator
in thread
IP Iterator
looks like a good book. if it were a simple iterator you could just write a for loop. carrying the ++i to the next octet and checking that 255 max was the reason a simple loop didn't work.
Comment on
Re^2: IP Iterator
In Section
Cool Uses for Perl