Help for this page
for my $nic (networkInfo()) { if (defined $nic->{ip}) { print "DeviceMain: $nic->{device} has IP Address $nic->{ip}\n" . ... print "DeviceMain: $nic->{device} has IPv6 address $nic->{ip6}\n"; } }