in reply to Re^3: How can I test TCP socket status in Perl?
in thread How can I test TCP socket status in Perl?

thank you this worked work me.
  • Comment on Re^4: How can I test TCP socket status in Perl?

Replies are listed 'Best First'.
Re^5: How can I test TCP socket status in Perl?
by tangent (Parson) on Jul 27, 2015 at 00:41 UTC
    This may 'work' but be aware that your call to connected() isn't really achieving anything. You should be testing the success or failure of each individual read/write to the socket anyway.
Re^5: How can I test TCP socket status in Perl?
by thanos1983 (Parson) on Jul 27, 2015 at 00:29 UTC

    If you have found all ready the solution to your question, please post the complete code. So other people will benefit in future.

    Seeking for Perl wisdom...on the process of learning...not there...yet!