Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl -w
    ...
      print "IP address $ipad has MAC Address $macad\n";
    }
    
  2. or download this
    ($ipad,$macad,$hwtype,$flags,$mask,$device) = split(/\s+/,$linein);