http://qs321.pair.com?node_id=607090


in reply to Need a better way to break out a range of addresses...

I would probably use split or a regex to grab the IP address string (and the last octet range) from each line of the file. Then I would step from the beginning of the range to the end of the range, constructing each IP address and writing it out as I went.

So, you'll want to do the following things:

Show us what you have tried, and we'll be glad to help!