hi, does anybody know a way to find out the server name, or/and the ip
number ?
I start a server:
$server = IO::Socket::INET->new( Proto => 'tcp',
LocalPort => $PORT,
Listen => SOMAXCONN,
Reuse => 1);
and want to set $this_server = "" // somthing like "ip29.internet-shop.net"
is it possible to find out the name of the server i generated ?
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
- Re: IO::Socket::INET Kristofer Wolff
- Re: IO::Socket::INET $Bill Luebkert
- Re: IO::Socket::INET $Bill Luebkert
- AW: IO::Socket::INET Kristofer Wolff
- Re: IO::Socket::INET Philip Newton
