Hatena::Groupfragments

うまい棒の断片

2008-07-02

[]IPアドレスを取得 09:35 はてなブックマーク - IPアドレスを取得 - うまい棒の断片

use IO::Interface::Simple;

my $ip = IO::Interface::Simple->new('eth0')->address;
print $ip, "\n";