in reply to
Re: Boolean logic with IP addresses
in thread
Boolean logic with IP addresses
Isn't that supposed to be:
my $ipint=$parts[0]*256**3+$parts[1]*256**2+$parts[2]*256+$parts[3];
See
azatoth
s
reply
.
All Camels are equal, but some Camels are more equal than others.
Comment on
Re: Re: Boolean logic with IP addresses
Download
Code
In Section
Seekers of Perl Wisdom