NAME

Errno - System errno constants

SYNOPSIS

use Errno qw(EINTR EIO);

DESCRIPTION

Errno defined and conditionally exports all the error constants defined in your system errno.h include file.

AUTHOR

Graham Barr <gbarr@ti.com>

COPYRIGHT

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.