in reply to "send" surprise
$SIG{PIPE} = 'IGNORE'; [download]
eval { local $SIG{PIPE} = 'IGNORE'; ... }; [download]
-- Randal L. Schwartz, Perl hacker Be sure to read my standard disclaimer if this is a reply.