Re: RFC: Net::IP::Correct
- From: mjtg@xxxxxxxxxxxxx (M.J.T. Guy)
- Date: 29 Jun 2005 15:12:24 GMT
Rohan R. Almeida <arcofdescent@xxxxxxxxx> wrote:
>
>Description:
> Breakdown an incorrect range of IP addresses into
> valid IP Ranges
>
> 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
What is your definition of "correct" here? I would have expected the
result
192.168.1.0/255.255.255.252
192.168.1.4/255.255.255.254
Mike Guy
.
- Follow-Ups:
- Re: RFC: Net::IP::Correct
- From: Rohan R. Almeida
- Re: RFC: Net::IP::Correct
- References:
- RFC: Net::IP::Correct
- From: Rohan R. Almeida
- RFC: Net::IP::Correct
- Prev by Date: Re: Can perl modules RECIPROCALLY 'use' one another?
- Next by Date: Re: Can perl modules RECIPROCALLY 'use' one another?
- Previous by thread: RFC: Net::IP::Correct
- Next by thread: Re: RFC: Net::IP::Correct
- Index(es):
Relevant Pages
|