in reply to capturing syswrite failures
Maybe I don't understand what you're trying to do here. The documentation for syswrite seems clear enough. On failure, it returns undef and sets the $! variable (for use in error messages). Is there something you'd like to do in that case that you're having trouble with?
Maybe it would help if you'd show us the code you have so far.
|
|---|