http://www.perlmonks.org?node_id=389262


in reply to Re^2: Generate Random IP Addresses
in thread Generate Random IP Addresses

The only potentially good reason I can think of is to test your IP-matching regexen. That is, if you're against using Regexp::Common::net.

Replies are listed 'Best First'.
Re^4: Generate Random IP Addresses
by Anonymous Monk on Feb 28, 2012 at 20:58 UTC
    Actually, I have a legitimate use for this. I want to compare the accuracy of two competing products, which are essentially large ip range databases. I have both in my DB now, and am writing a script to perform lookups on a large number of random IPs. I am examining those cases where the results do not line up.