Search results for "posix"
POSIX - Perl interface to IEEE Std 1003.1
The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces. This document gives a condensed list of the features available in the POSIX module. Consu...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution- POSIX - Perl interface to IEEE Std 1003.1
- ext/POSIX/lib/POSIX.pm
- ext/POSIX/lib/POSIX.pm
- 161 more results from perl »
POSIX::1003 - POSIX 1003.1-2008 provisioning
The POSIX::1003 suite provides access to b<many> POSIX functions. The POSIX module in *core* (distributed with Perl itself) is ancient, the documentation is usually wrong, and it has too much unusable code in it. "POSIX::1003" tries to provide cleane...
MARKOV/POSIX-1003-1.02 - 10 Nov 2020 15:48:09 UTC - Search in distribution- POSIX::Overview - POSIX in Perl
- POSIX::1003::OS - POSIX for the file-system
- POSIX::1003::FS - POSIX for the file-system
- 40 more results from POSIX-1003 »
POSIX::2008 - Perl interface to POSIX.1-2008
POSIX::2008 contains many of the interfaces specified by POSIX.1-2008 <https://pubs.opengroup.org/onlinepubs/9699919799/> that the core POSIX module withholds, implements in Perl or fucked up. It also contains a few nonstandard interfaces present in ...
CGPAN/POSIX-2008-0.21 - 16 Nov 2023 19:54:40 UTC - Search in distribution
POSIX::Util - Extends
This module collects some functions which are very often needed when working on the low level of the POSIX interface. The POSIX::1003 module is are pure as possible, following the standard... this Util module adds some convenience (at least has that ...
MARKOV/POSIX-Util-0.10 - 26 Jul 2012 11:52:45 UTC - Search in distribution
POSIX::Wide - POSIX functions returning wide-char strings
This is a few of the "POSIX" module functions adapted to return Perl wide-char strings instead of locale charset byte strings. This is good if working with wide-chars internally (and converting on I/O). The locale charset is determined by Encode::Loc...
KRYDE/POSIX-Wide-10 - 21 Oct 2014 06:33:27 UTC - Search in distribution- POSIX::Wide::ERRNO - an internal part of POSIX::Wide
- POSIX::Wide::EXTENDED_OS_ERROR - an internal part of POSIX::Wide
POSIX::Open3 - open a process for reading, writing, and error handling using open3()
Extremely similar to open2(), open3() spawns the given $cmd and connects CHLD_OUT for reading from the child, CHLD_IN for writing to the child, and CHLD_ERR for errors. If CHLD_ERR is false, or the same file descriptor as CHLD_OUT, then STDOUT and ST...
AMBS/POSIX-Open3-0.01 - 20 Dec 2010 18:35:22 UTC - Search in distribution
POSIX::Regex - OO interface for the gnu regex engine
JETTERO/POSIX-Regex-1.0003
-
03 Apr 2013 13:45:37 UTC
-
Search in distribution
POSIX::AtFork - Hook registrations at fork(2)
This module is an interface to pthread_atfork(3), which registeres handlers called before and after fork(2)....
NIKOLAS/POSIX-AtFork-0.04 - 06 Jan 2020 15:18:06 UTC - Search in distribution
POSIX::Socket - Low-level perl interface to POSIX sockets
The primary purpose of this is to use file descriptors instead of file handles for socket operations. File descriptors can be shared between threads and not need dup file handles for each threads. I hope you enjoyed it. EXPORT $fd = _socket($socket_f...
YURY/POSIX-Socket-0.09 - 12 Jul 2013 08:40:53 UTC - Search in distribution
Filesys::POSIX - Provide POSIX-like filesystem semantics in pure Perl
Filesys::POSIX provides a fairly complete suite of tools comprising the semantics of a POSIX filesystem, with path resolution, mount points, inodes, a VFS, and some common utilities found in the userland. Some features not found in a normal POSIX env...
XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 UTC - Search in distribution- Filesys::POSIX::IO - Provides file I/O calls for Filesys::POSIX
- Filesys::POSIX::Mem - Filesystem whose logical structure resides solely in program memory
- Filesys::POSIX::Bits - Bitfield and constant definitions for file modes and system call flags
- 29 more results from Filesys-POSIX »
POSIX::bsearch - supplies (and extends) a function missing from the POSIX module
Generally, in Perl, you don't need "bsearch" as we prefer to keep our data in hash tables rather than in sorted lists. So the POSIX module explicitly does not supply a bsearch function. But here one is. In case you want, for instance, a range of cons...
DAVIDNICO/POSIX-bsearch-0.02 - 24 Aug 2010 04:30:13 UTC - Search in distribution
POSIX::pselect - Perl interface to pselect(2)
This is an interface to pselect(2). Note that we've made sure pselect(2) works atomically only in Linux. Other operating systems like MacOSX don't support atomic pselect(2), providing pselect(3) as a non-atomic implementation instead....
GFUJI/POSIX-pselect-0.03 - 14 Aug 2012 23:44:47 UTC - Search in distribution
threads::posix - more POSIX correct threads
This module extends threads to provide behaviors that are more conformant to what POSIX prescribes. You should realize that this doesn't in any way change the threads themselves, just how you intereract with them. Everything not described here should...
LEONT/threads-posix-0.003 - 03 Jul 2016 20:19:17 UTC - Search in distribution
POSIX::strptime - Perl extension to the POSIX date parsing strptime(3) function
Perl interface to strptime(3)...
GOZER/POSIX-strptime-0.13 - 11 Nov 2015 04:03:36 UTC - Search in distribution
POSIX::SchedYield - execute POSIX.1b system call sched_yield(2)
This module provides one function, "sched_yield()", which executes the POSIX.1b sched_yield system call. It relinquishes the processor without blocking, allowing other processes to run. This does not change the process priority (see the nice function...
MARCB/POSIX-SchedYield-0.0.2 - 01 Jan 2006 12:59:03 UTC - Search in distribution
POSIX::getpeername - provides getpeername(2)
POSIX::getpeername provides getpeername(2). perl's core getpeername needs a open file handle. POSIX::getpeername allows you to get peername from sockfd....
KAZEBURO/POSIX-getpeername-0.01 - 06 Jun 2013 07:49:47 UTC - Search in distribution
POSIX::RT::MQ - Perl interface for POSIX Message Queues
"POSIX::RT::MQ" provides an OO-style interface to the POSIX message queues ("mq_open()" and friends), which are part of the POSIX Realtime Extension. This documentation is not a POSIX message queues tutorial. It describes mainly the syntax of Perl in...
WIEGEROP/POSIX-RT-MQ-0.05 - 05 Mar 2020 13:40:16 UTC - Search in distribution
POSIX::RT::Spawn - interface to the posix_spawn function
The "POSIX::RT::Spawn" module provides an interface to the posix_spawn(2) function for creating new processes....
GRAY/POSIX-RT-Spawn-0.13 - 24 Nov 2023 11:43:17 UTC - Search in distribution
POSIX::RT::Clock - POSIX real-time clocks
POSIX::RT::Clock offers access to various clocks, both portable and OS dependent....
LEONT/POSIX-RT-Timer-0.018 - 04 Aug 2022 23:58:39 UTC - Search in distribution- POSIX::RT::Timer - POSIX real-time timers
POSIX::RT::Signal - POSIX Real-time signal handling functions
This module exposes several advanced features and interfaces of POSIX real-time signals....
LEONT/POSIX-RT-Signal-0.015 - 03 Sep 2014 12:27:20 UTC - Search in distribution