in reply to Enumerating IP Addresses in a Subnet
in thread algorithm for network address enumeration
I would expect $_ there.print(format_ipv4, $/) for ($first+1 .. $broadcast-1);
print format_ip4($_); print $/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: algorithm for network address enumeration
by ikegami (Patriarch) on Feb 11, 2005 at 15:55 UTC |