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

Search results for "module:Unix::Process"

Unix::Process - Perl extension to get pid info from (/bin/ps). River stage zero No dependents

All fields from the ps command can be fetched by calling a function of their name (see SYNOPSIS). If the pid is not given as an argument to the function, $$ (cur pid) is assumed. This module is really just a giant AUTOLOAD to interact with the /bin/p...

JETTERO/Unix-Process-1.3101 - 25 Apr 2009 20:26:31 UTC

XAS::Lib::Process::Unix - A mixin class for process management within the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module is a mixin class to handle the needs for process management under a Unix like system....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Mixins::Process::Unix - A mixin for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This mixin provides a method to check for running processes on Unix....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

IO::Events - Non-blocking IO using events River stage zero No dependents

The module implements object-oriented approach to select-driven events and contains set of convenience objects for inter-process communication. The main part of the module is the 'loop' instance of "IO::Events::Loop" class, which knows about all IO h...

KARASIK/IO-Events-0.6 - 29 Mar 2007 12:46:36 UTC

Unix::Lsof - Wrapper to the Unix lsof utility River stage zero No dependents

This module is a wrapper around the Unix lsof utility (written by Victor A.Abell, Copyright Purdue University), which lists open files as well as information about the files and processes opening them. "Unix::Lsof" uses the lsof binary, so you need t...

MARCB/Unix-Lsof-0.1.0 - 20 Nov 2013 11:19:03 UTC

Unix::Sudo - Run a block of code as root River stage zero No dependents

Run a block of code as root...

DCANTRELL/Unix-Sudo-65535 - 17 Jan 2024 22:19:23 UTC

Unix::Login - Customizable Unix login prompt and validation River stage zero No dependents

This is a simple yet flexible module that provides a Unix-esque login prompt w/ password validation. This is useful in custom applications that need to validate the username/password of the person using the app. The above example is pretty much all y...

NWIGER/Unix-Login-1.08 - 29 Aug 2003 22:47:34 UTC

Unix::Pledge - restrict system operations River stage zero No dependents

The current process is forced into a restricted-service operating mode. A few subsets are available, roughly described as computation, memory management, read-write operations on file descriptors, opening of files, networking. In general, these modes...

REF/Unix-Pledge-0.006 - 01 May 2019 00:41:36 UTC

Unix::Groups - Perl to support getgroups and setgroups syscalls River stage zero No dependents

This module implements a very thin layer around the getgroups(2) and setgroups(2) syscalls. See your system manual for more information. Note, the module is written and tested on Linux. For other UNIX-like systems there are good chances that it will ...

OPI/Unix-Groups-0.01 - 12 Mar 2011 10:53:14 UTC

Unix::Syslog - Perl interface to the UNIX syslog(3) calls River stage two • 10 direct dependents • 16 total dependents

This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right ...

MHARNISCH/Unix-Syslog-1.1 - 18 May 2008 19:30:30 UTC

Unix::SetUser - carefully drop root privileges River stage zero No dependents

Dropping privileges is something that needs to be done right and can easily be done wrong. Even if you know how to do it right, it takes a lot of boring code....

DMARTIN/Unix-SavedIDs-0.004003 - 14 Oct 2015 20:15:37 UTC

Complete::Unix - Unix-related completion routines River stage two • 7 direct dependents • 21 total dependents

PERLANCAR/Complete-Unix-0.081 - 03 Dec 2022 00:05:50 UTC

Unix::Getrusage - Perl interface to the Unix getrusage system call River stage zero No dependents

Both *getrusage* and *getrusage_children* (no arguments) return what the getrusage() call returns: ressource utilization of either the calling process or its children. They return hash references (to avoid unneccessary copying) of the rusage struct: ...

TAFFY/Unix-Getrusage-0.03 - 06 Feb 2006 18:49:05 UTC

Unix::ScriptUtil - some utility routines for scripts River stage zero No dependents

Unix::ScriptUtil contains various utility functions to assist with scripts; these may optionally be exported into the caller for easy use. The functions tend to "do it or die" (in truth mostly croak) to cut down on boilerplate error handling. Some ef...

JMATES/Unix-ScriptUtil-0.02 - 15 Oct 2019 21:49:27 UTC

Sah::Schema::unix::pid - Process identifier (PID) River stage two • 11 direct dependents • 13 total dependents

PERLANCAR/Sah-Schemas-Unix-0.021 - 06 Dec 2022 00:05:33 UTC

Audio::Moosic - Moosic client library for Perl River stage zero No dependents

Audio::Moosic acts as a client for the musical jukebox programm Moosic (http://nanoo.org/~daniel/moosic/) by Daniel Pearson <daniel@nanoo.org>. Using Audio::Moosic you can connect to a moosic server either via an UNIX socket or an INET socket....

FLORA/Audio-Moosic-0.10 - 18 Jan 2008 13:04:16 UTC

Unix::PID::Tiny - Subset of Unix::PID functionality with smaller memory footprint River stage one • 1 direct dependent • 1 total dependent

Like Unix::PID but supplies only a few key functions....

DMUEY/Unix-PID-Tiny-0.95 - 30 Apr 2019 21:56:46 UTC

Sah::SchemaR::unix::pid - Process identifier (PID) River stage two • 11 direct dependents • 13 total dependents

This module is automatically generated by Dist::Zilla::Plugin::Sah::Schemas during distribution build. A Sah::SchemaR::* module is useful if a client wants to quickly lookup the base type of a schema without having to do any extra resolving. With Sah...

PERLANCAR/Sah-Schemas-Unix-0.021 - 06 Dec 2022 00:05:33 UTC

Unix::Groups::FFI - Interface to Unix group syscalls River stage one • 1 direct dependent • 1 total dependent

This module provides a FFI interface to several syscalls related to Unix groups, including getgroups(2), setgroups(2), getgrouplist(3), and initgroups(3). As such it will only work on Unix-like operating systems....

DBOOK/Unix-Groups-FFI-1.000 - 09 Jan 2020 23:46:11 UTC

Unix::PasswdFileOps - Operations on Unix Passwd file River stage zero No dependents

This module will perform sorting on a standard UNIX passwd file, the sort is performed against the UID by default although this can be altered using the sort_field() function. Additionally it can populate an internal hash of arrays with line informat...

BMAYNARD/Unix-PasswdFileOps-0.4 - 18 Feb 2011 15:08:45 UTC
35 results (0.038 seconds)