Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl -w
    ...
    }
    
    print "\n The Ip is $address and the mask is $netmask \n";
    
  2. or download this
    #!/usr/bin/perl -w
    use Net::ARP;
    ...
    
    }