Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print "host: $1\n";
        print "IP:   $2\n";
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        $ip   = $2;
    }
    print "host: $host has IP: $ip\n";