in reply to Re^2: Testing for read() failures on different platforms
in thread Testing for read() failures on different platforms

Yep, of course.
And nicely extensible to other functions in the CORE package I imagine, like testing failing write()'s, etc.

That is the solution I will use.

Thank you

+++++++++++++++++
#!/usr/bin/perl
use warnings;use strict;use brain;

  • Comment on Re^3: Testing for read() failures on different platforms