NAME
Unix::Sysexits - Perl extension for sysexits.h
SYNOPSIS
Consult sysexits(3) for details on the constants.
use Unix::Sysexits;
exit EX_USAGE;
DESCRIPTION
No really, just a thin wrapper around sysexits(3) for those constants. See POSIX for the EXIT_FAILURE and EXIT_SUCCESS stdlib constants.
EXPORT
EX_CANTCREAT
EX_CONFIG
EX_DATAERR
EX_IOERR
EX_NOHOST
EX_NOINPUT
EX_NOPERM
EX_NOUSER
EX_OK
EX_OSERR
EX_OSFILE
EX_PROTOCOL
EX_SOFTWARE
EX_TEMPFAIL
EX_UNAVAILABLE
EX_USAGE
EX__BASE
EX__MAX
SEE ALSO
AUTHOR
thrig - Jeremy Mates (cpan:JMATES) <jmates at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011,2013-2015 Jeremy Mates
This module is free software; you can redistribute it and/or modify it under the Artistic License (2.0).