in reply to Re: IO::Socket::UNIX plus syswrite plus eval fails?in thread IO::Socket::UNIX plus syswrite plus eval fails?
I got 141. Damn it, Jim, it's a SIGPIPE.
Yeah, a $SIG{PIPE} = 'IGNORE'; seems to solve the problem.