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

Search results for "POSIX"

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11292 direct dependents • 32664 total dependents

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::1003 - POSIX 1003.1-2008 provisioning River stage one • 2 direct dependents • 2 total dependents

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::2008 - Perl interface to POSIX.1-2008 River stage one • 1 direct dependent • 1 total dependent

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.23 - 27 Jan 2024 15:34:00 UTC - Search in distribution

POSIX::Util - Extends River stage zero No dependents

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 River stage one • 3 direct dependents • 3 total dependents

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::Open3 - open a process for reading, writing, and error handling using open3() River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 2 total dependents

JETTERO/POSIX-Regex-1.0003 - 03 Apr 2013 13:45:37 UTC - Search in distribution

POSIX::AtFork - Hook registrations at fork(2) River stage one • 6 direct dependents • 8 total dependents

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 River stage zero No dependents

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 River stage one • 2 direct dependents • 6 total dependents

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

POSIX::bsearch - supplies (and extends) a function missing from the POSIX module River stage zero No dependents

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) River stage zero No dependents

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 River stage zero No dependents

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 River stage one • 1 direct dependent • 8 total dependents

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) River stage zero No dependents

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) River stage one • 1 direct dependent • 1 total dependent

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 River stage zero No dependents

"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 River stage zero No dependents

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 River stage one • 1 direct dependent • 3 total dependents

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::Signal - POSIX Real-time signal handling functions River stage zero No dependents

This module exposes several advanced features and interfaces of POSIX real-time signals....

LEONT/POSIX-RT-Signal-0.017 - 31 Jan 2024 21:04:00 UTC - Search in distribution
893 results (0.142 seconds)