![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Re: $Socket->connected Not Returning False?by BronzeWing (Monk) |
on Oct 21, 2003 at 17:55 UTC ( #301012=note: print w/replies, xml ) | Need Help?? |
Thank you! I've added a case to my original code that watches for !defined($read) and $! != EAGAIN(), and closes the socket locally, allowing $Socket->connected to return false. It works perfectly now. -BronzeWing You are in a maze of twisty little knowledge base documents, all alike.
In Section
Seekers of Perl Wisdom
|
|