in reply to RFC: CPAN module Net::IP::Correct
For example: given the range 192.168.1.0 - 192.168.1.5, this module would break this range down into:
192.168.1.0/255.255.255.252
192.168.1.4/255.255.255.255
192.168.1.5/255.255.255.255
Shouldn't that be instead just
192.168.1.0/255.255.255.252
192.168.1.4/255.255.255.254
|
|---|