The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:POSIX::open"

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

lib/Net/OpenSSH/ShellQuoter/POSIX.pm River stage two • 27 direct dependents • 40 total dependents

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 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

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::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

POSIX::RT::SharedMem - Create/open or unlink POSIX shared memory objects in Perl River stage zero No dependents

This module maps POSIX shared memory into a variable that can be read just like any other variable, and it can be written to using standard Perl techniques such as regexps and "substr", as long as they don't change the length of the variable....

LEONT/POSIX-RT-SharedMem-0.10 - 16 Aug 2014 11:45:30 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

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

Filesys::POSIX::IO - Provides file I/O calls for Filesys::POSIX River stage one • 2 direct dependents • 6 total dependents

"Filesys::POSIX::IO" is a mixin imported into the Filesys::POSIX namespace by the Filesys::POSIX module itself. This module provides the standard file I/O routines. "$fs->open($path, $flags)" "$fs->open($path, $flags, $mode)" Open a file descriptor f...

XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 UTC

POSIX::Run::Capture - run command and capture its output River stage zero No dependents

Runs an external command and captures its output. Both standard error and output can be captured. Standard input can be supplied as either a filehandle or a string. Upon exit, the captured streams can be accessed line by line or in one chunk. Callbac...

SGRAY/POSIX-Run-Capture-1.05 - 15 Mar 2024 12:00:39 UTC

Filesys::POSIX::Bits - Bitfield and constant definitions for file modes and system call flags River stage one • 2 direct dependents • 6 total dependents

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 op...

XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 UTC

POSIX::RT::Semaphore - Perl interface to POSIX.1b semaphores River stage one • 1 direct dependent • 3 total dependents

POSIX::RT::Semaphore provides an object-oriented Perl interface to POSIX.1b Realtime semaphores, as supported by your system. A POSIX semaphore (herein: psem) is a high-performance, persistent synchronization device. *Unnamed* psems are typically use...

MJP/POSIX-RT-Semaphore-0.05 - 25 May 2009 20:09:50 UTC

Shell::POSIX::Select - The POSIX Shell's "select" loop for Perl River stage one • 1 direct dependent • 1 total dependent

MTHURN/Shell-POSIX-Select-0.09 - 15 Jul 2023 13:33:45 UTC

Filesys::POSIX::Mount - Exposes VFS mounting functionality to Filesys::POSIX River stage one • 2 direct dependents • 6 total dependents

"Filesys::POSIX::Mount" is a mixin module imported into the Filesys::POSIX namespace by said module that provides a frontend to the internal VFS. Rather than dealing in terms of mount point vnodes as Filesys::POSIX::VFS does, the system calls provide...

XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 UTC

IPC::Run::Fused::POSIX - Implementation of IPC::Run::Fused for POSIX-ish systems. River stage zero No dependents

KENTNL/IPC-Run-Fused-1.000001 - 08 Mar 2017 15:25:32 UTC

Filesys::POSIX::FdTable - File descriptor table River stage one • 2 direct dependents • 6 total dependents

This internal module used by Filesys::POSIX handles the allocation and tracking of numeric file descriptors associated with inodes opened for I/O. It does not intend to expose any public interfaces....

XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 UTC

Template::Plugin::POSIX - TT2 plugin to import POSIX functions River stage zero No dependents

As a TT programmer, I found it quite inflexible to use the Template Toolkit's presentation language Language due to the very limited vocabulary. So I wrote this little plugin in order to open a window for the template file to the full richness of mos...

AGENT/Template-Plugin-POSIX-0.05 - 12 Mar 2007 03:02:30 UTC

Filesys::POSIX::Userland - Provide implementations for higher-level, "userland" functionality in Filesys::POSIX River stage one • 2 direct dependents • 6 total dependents

This module is a mixin imported by Filesys::POSIX into its own namespace, and provides a variety of higher-level calls to supplement the normal suite of system calls provided in Filesys::POSIX itself....

XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 UTC

Filesys::POSIX::Directory - Base class for implementing directory structures River stage one • 2 direct dependents • 6 total dependents

Filesys::POSIX::Directory is a common interface used to implement classes that act like directories, and should be able to be accessed randomly or in an iterative fashion. Classes which wish to implement the interface documented herein should provide...

XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 UTC
20 results (0.037 seconds)