The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Filesys::POSIX::Bits - Bitfield and constant definitions for file modes and system call flags

DESCRIPTION

This file contains all the constant definitions for the system call flags and inode mode bitfields and values. The following system calls use these values:

Filesys::POSIX->open

Uses both flag and mode specifiers for determining permissions, file open mode, and inode format.

Filesys::POSIX::IO::Handle->seek

Uses $SEEK_SET, $SEEK_CUR, and $SEEK_END for the $whence argument.

AUTHOR

Written by Xan Tronix <xan@cpan.org>

CONTRIBUTORS

Rikus Goodell <rikus.goodell@cpanel.net>
Brian Carlson <brian.carlson@cpanel.net>

COPYRIGHT

Copyright (c) 2014, cPanel, Inc. Distributed under the terms of the Perl Artistic license.