Help for this page

Select Code to Download


  1. or download this
    sub networkInfo {
        my @nics;
    ...
            map $_//'[undef]',
            @{$nic}{qw( device ip ipv6 bcast mask )} ), "\n");
    }