Help for this page

Select Code to Download


  1. or download this
    $url = "http://66.216.39.12/inv";
    $url =~ m!https?://((?:\d{1,3}\.){3}\d{1,3})!i;
    $ip = $1;
    
  2. or download this
    use Net::DNS;
    
    ...
    } else {
        print "query failed: ", $res->errorstring, "\n";
    }