http://www.perlmonks.org?node_id=667962


in reply to IO::Socket "broken pipe"

Check out thread 393313 (since it's similar to your question). One suggestion is to add a subroutine to $SIG{PIPE} to reset your connection, but without seeing any code, it's somewhat difficult to say what you should/shouldn't do.
Update a little code goes a long way

Replies are listed 'Best First'.
Re^2: IO::Socket "broken pipe"
by hallikpapa (Scribe) on Feb 14, 2008 at 19:41 UTC
    The $SIG{PIPE} suggestion worked guys. Thank you for your help. I am now catching the broken pipe error gracefully and continuing to listen for connections on the server side.