Help for this page

Select Code to Download


  1. or download this
    
    Domain:               myDomain.int
    ...
    Hostname:             ns2.dom.ext
    Hostname:             ns3.dom.ext
    
  2. or download this
    #!/bin/perl
    
    ...
            print "IS code\n";
            exit;
    }
    
  3. or download this
    my $w = new Net::XWhois( Server => 'whois.int');
    
    ...
    
    $w->lookup ( Domain => '--show-handles --charset=utf-8 '."myDomain.int
    +" );