Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w 
    # hostaddrs - canonize name and show addresses 
    ...
    } 
        print "$name => @addresses\n";
    
  2. or download this
    Output
    I:\>perl dnslookup.pl t4400-202.mycompany.local
    ...
        ( ==> wanting to show 192.168.110.202 as well <== 
    
    I:\>