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.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'