#By Doddy Huse IO::Socket; sub get_ip {my $get = gethostbyname("");return inet_ntoa($get);}
print get_ip();