Errno
Errno - System errno constants
use Errno qw(EINTR EIO);
Errno defined and conditionally exports all the error constants defined in your
system errno.h include file.
Graham Barr
Copyright (c) 1997 Graham Barr. All rights reserved. This program is free
software; you can redistribute it and/or modify it under the same terms as
Perl itself.