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


in reply to Re^3: What is the preferred cross-platform IPC module?
in thread What is the preferred cross-platform IPC module?

Sure, if you know what platform your app will run on. But it's no help for, say, a cross-platform CPAN library.

Good to know $SIG{PIPE} isn't emulated on Windows. Makes me feel, though, like there is no point in worrying about errors, and I should just assume that everything will work. Annoying, though.