2009年8月10日星期一

[PerlChina] Re: 不知道有没有最简单地用perl把域名转换为ip方法?

好吧,那是我的过错!

On 8/11/09, Lin <i@lxl.cn> wrote:
> 这都什么跟什么啊... 大家不要误人子弟了啦
>
> C:\Users\Lin\Desktop>perl -e "print
> join('.',unpack('W4',(gethostbyname('www.goo
> gle.com'))[4]));";
> 66.249.89.147
>
> %perl -e 'use Socket;my $packed_ip =
> gethostbyname("www.google.com");print<http://www.google.com%22);print/>inet_ntoa($packed_ip);'
> ;
> 64.233.189.147%
>
> 2009/8/10 Yuan Jiang <sleetdrop@gmail.com>
>
>> http://blog.vetcafe.net/2009/07/perl_ping_dns.html
>>
>> 2009/8/10 cnhack TNT <cnhacktnt@gmail.com>
>>
>>> print $1 if qx/ping -c1 google.com/ =~ /\(([\d\.]+)\)/;
>>>
>>> 2009/8/10 imxae <imx365ster@gmail.com>
>>>
>>>> 在cpan上搜来搜去,发现有的dns模块都太复杂了,不知道有没有比较方面的用perl把域名转换为ip的简单代码?
>>>
>>>
>
> >
>

--
Sent from my mobile device

姜源
Yuan Jiang
http://blog.vetcafe.net
http://twitter.com/sleetdrop

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

没有评论: