Search results for "module:Fcntl"
Fcntl - load the C Fcntl.h defines
This module is just a translation of the C fcntl.h file. Unlike the old mechanism of requiring a translated fcntl.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more lik...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
Fcntl - load the C Fcntl.h defines
This module is just a translation of the C fcntl.h file. Unlike the old mechanism of requiring a translated fcntl.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more lik...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
Fcntl::Packer - Build packed structures for passing into fcntl.
POSIX fcntl(2) function accepts some structures that may be difficult to build from Perl in a portable way (for instance, "struct flock"). This module implements pairs of methods to pack/unpack these structures. EXPORT The following subroutines can b...
SALVA/Fcntl-Packer-0.03 - 22 Apr 2013 16:00:01 UTC
IO::File::fcntl - extension of IO::File for fcntl
"IO::File::fcntl" inherits from "IO::File::Lockable"....
MAKOTO/IO-File-Lockable-0.34 - 11 May 2007 09:35:58 UTC
IPC::SRLock::Fcntl - Set / reset locks using fcntl
Uses Fcntl to lock access to a disk based file which is read/written in Storable format. This is the default type for IPC::SRLock....
PJFL/IPC-SRLock-0.31.1 - 03 Feb 2017 23:10:57 UTC
Proc::PID::File::Fcntl - Manage PID files using fcntl() locks
This Perl module permits callers to prevent multiple simultaneous instantiations of themselves. The module accomplishes this using a *pidfile*, which is used to obtain a lock. Unlike the traditional *pidfile* locking protocol, which uses the existenc...
JGMYERS/Proc-PID-File-Fcntl-1.01 - 06 Sep 2006 23:15:18 UTC