Help for this page

Select Code to Download


  1. or download this
    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";
      }
    }