![]() |
|
"be consistent" | |
PerlMonks |
Re^2: perl dying without a traceby Crackers2 (Parson) |
on Oct 30, 2013 at 19:04 UTC ( #1060417=note: print w/replies, xml ) | Need Help?? |
See my response to diatolevi. You have to add a SIGPIPE handler to your code. Mine is as simple as:
Which basically just ignores the SIGPIPE and leaves it to you to handle the error after the syswrite
In Section
Seekers of Perl Wisdom
|
|