Hi

If I opened a socket connection:

$web = new IO::Socket::INET( PeerAddr => "192.168.1.1", PeerPort=>80 );

how do I know if $web is still open for read/write?
how do i know if 192.168.1.1 is still talking to me?

with files, I just do:
eof $filehandle;

is there a similar function with sockets?

Dan
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to