JackTan的ChinaUnix博客
Jack_Tan123
全部博文(46)
Swing(3)
Win32::GUI(1)
Gtk2(0)
2018年(18)
2017年(11)
2015年(14)
2014年(3)
scriptsh
fanqiqi5
lakefron
chengxia
王楠w_n
鄙人姓王
IT大咖
sometime
xtdumpli
分类: PERL
2014-12-08 20:18:19
use Win32::NetAdmin; my $hostname = Win32::NodeName(); my $ref = {}; my $hostid; if( Win32::NetAdmin::GetTransports("\\\\$hostname", $ref) ) { foreach my $trans (keys %{$ref}) { if( $ref-> {$trans}->{'transport_name'} =~ /NetBT_/) { $hostid = $ref-> {$trans}->{'transport_address'}; $hostid = uc( $hostid ); last; } } } print"hostname = $hostname\n"; print "hostid = $hostid\n"; use Sys::Hostname; my $host = hostname; my $name = gethostbyname($host); my $ip_addr = inet_ntoa($name); print "Host name: $host\n";
上一篇:Win32::GUI::MessageBox常量值介绍及返回值
下一篇:Perl中字符串编码的处理
登录 注册