in reply to Boolean logic with IP addresses
Greetz(@segments) = split(/\./,$ip); foreach(@segments) { print unpack("B*",chr($_)); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: Boolean logic with IP addresses
by tye (Sage) on May 17, 2001 at 18:59 UTC |