Help for this page

Select Code to Download


  1. or download this
    NAME
        Win32::Interfaces - Win32 Network Adapter Interfaces
    ...
        interface modules specifically to Win32.
    
    [...]
    
  2. or download this
    use strict;
    use warnings;
    ...
            printf "\nDONE - %s\n", $interface->name if $interface->name;
        }
    }