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.