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

Search results for "module:posix"

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

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

ext/POSIX/lib/POSIX.pm River stage five • 11292 direct dependents • 32664 total dependents

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

ext/POSIX/lib/POSIX.pm River stage five • 11292 direct dependents • 32664 total dependents

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

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

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

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

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

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

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

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

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

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

SimpleCDB - Perl-only Constant Database River stage zero No dependents

This is a simple perl-only DB intended for constant DB applications. A constant DB is one which, once created, is only ever read from (though this implementation allows appending of new data). That is, this is an "append-only DB" - records may only b...

BENL/SimpleCDB-1.0 - 17 Sep 2000 11:35:47 UTC

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

lib/POSIX/Util.pm River stage zero No dependents

MARKOV/POSIX-Util-0.10 - 26 Jul 2012 11:52:45 UTC

lib/POSIX/1003/Symbols.pm River stage one • 2 direct dependents • 2 total dependents

MARKOV/POSIX-1003-1.02 - 10 Nov 2020 15:48:09 UTC

lib/POSIX/1003.pm River stage one • 2 direct dependents • 2 total dependents

MARKOV/POSIX-1003-1.02 - 10 Nov 2020 15:48:09 UTC

Regex.pm River stage one • 1 direct dependent • 2 total dependents

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

lib/POSIX/2008.pm River stage one • 1 direct dependent • 1 total dependent

CGPAN/POSIX-2008-0.23 - 27 Jan 2024 15:34:00 UTC
111 results (0.022 seconds)