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

Search results for "module:linux"

Linux::FD - Linux specific special filehandles River stage one • 1 direct dependent • 1 total dependent

Linux::FD provides you Linux specific special file handles. These are * Event filehandles * Signal filehandles * Timer filehandles These allow you to use conventional polling mechanisms to wait for a large variety of events....

LEONT/Linux-FD-0.016 - 30 Jan 2024 18:28:26 UTC

Linux::Pid - Get the native PID and the PPID on Linux River stage one • 1 direct dependent • 1 total dependent

Why should one use a module to get the PID and the PPID of a process where there are the $$ variable and the "getppid()" builtin ? (Not mentioning the equivalent "POSIX::getpid()" and "POSIX::getppid()" functions.) In fact, this is useful on Linux, w...

RGARCIA/Linux-Pid-0.04 - 12 Jun 2007 10:10:46 UTC

Linux::AIO - linux-specific aio implemented using clone River stage zero No dependents

*This module has been mostly superseded by IO::AIO, which is API compatible.* This module implements asynchronous I/O using the means available to Linux - clone. It does not hook into the POSIX aio_* functions because Linux does not yet support these...

MLEHMANN/Linux-AIO-1.9 - 01 Feb 2006 23:48:57 UTC

Linux::ACL - Perl extension for reading and setting Access Control Lists for files by libacl linux library. River stage zero No dependents

NAZAROV/Linux-ACL-0.05 - 14 Apr 2017 22:45:00 UTC

Linux::LVM - Perl extension for accessing Logical Volume Manager(LVM) data structures on Linux. River stage zero No dependents

units() Get or set the units used to report sizes of LVs, PVs, etc. legal values: hbskmgtpeHBSKMGTPE see man lvm documentation of --units get_volume_group_list() This routine will return an array that contains the names of the volume groups. @vgs = g...

RAYMOR/Linux-LVM-0.17 - 07 Nov 2013 01:33:33 UTC

Linux::APT - Interface with APT for Debian distributions River stage zero No dependents

Perl interface to "apt-get" and "apt-cache". If Debian's "aptpkg" modules were on CPAN, this module (probably) wouldn't be necessary. This is just a wrapper around the "apt" tools along with some regular expression magic to capture interesting pieces...

WILSOND/Linux-APT-0.02 - 30 Jul 2009 19:00:49 UTC

Linux::LVM2 - a Linux LVM2 wrapper. River stage zero No dependents

This class wraps the Linux LVM2 subsystem into handy perl classes....

TEX/Linux-LVM2-0.14 - 31 May 2013 20:05:05 UTC

Linux::Info - API in Perl to recover information about the running Linux OS River stage one • 2 direct dependents • 3 total dependents

Linux::Info is a fork from Sys::Statistics::Linux distribution. Sys::Statistics::Linux is a front-end module and gather different linux system information like processor workload, memory usage, network and disk statistics and a lot more. Refer the do...

ARFREITAS/Linux-Info-1.5 - 02 Mar 2019 17:08:08 UTC

Linux::Perl - Linux system calls with pure Perl River stage zero No dependents

In memory-sensitive environments it is useful to minimize the number of XS modules that Perl loads. Oftentimes the CPAN modules that implement support for various Linux system calls, though, will bring in XS for the sake of writing platform-neutral c...

FELIPE/Linux-Perl-0.15 - 12 Sep 2018 03:24:57 UTC

Linux::Virt - unified Linux virtualization wrapper River stage zero No dependents

TEX/Linux-Virt-0.15 - 04 Dec 2012 21:51:22 UTC

Linux::stat - parse /proc/stat River stage zero No dependents

Linux::stat is a simple Perl module which parses /proc/stat file. Info is arranged in hash reference with descriptive keys. Linux::stat was written on RedHat Linux 7.2, kernel 2.4.7 and tested on RedHat 6.2, kernel 2.2.14. It is expected to work with...

VSEGO/Linux-stat-1.00 - 24 Feb 2002 02:52:05 UTC

Linux::Sysfs - Perl interface to libsysfs River stage zero No dependents

Linux::Sysfs' purpose is to provide a consistent and stable interface for querying system device information exposed through the sysfs filesystem. The library implements functions for querying filesystem information, such as reading directories and f...

FLORA/Linux-Sysfs-0.03 - 02 Sep 2006 18:52:43 UTC

Linux::Setns - Perl extension for switching the current process namespace to another namespace pointed by a path to the ns file descriptor. River stage zero No dependents

This trivial module provides interface to the Linux setns system call. It also provides the CLONE_* constants that are used to specify which kind of namespace you are entering. Also a new CLONE_ALL constat is provided so you can join/switch to any ty...

HACKMAN/Linux-Setns-2.1 - 01 Jan 2017 22:36:41 UTC

Linux::Input - Linux input event interface River stage zero No dependents

Linux::Input provides a pure-perl interface to the Linux kernel's input event interface. It basically provides a uniform API for getting realtime data from all the different input devices that Linux supports. For more information, please read: /usr/s...

BEPPU/Linux-Input-1.03 - 27 Jul 2007 07:40:59 UTC

Linux::Utils - An collection of utilities for working with Linux. River stage zero No dependents

GRAVATTJ/Linux-Utils-0.002 - 30 Nov 2020 19:18:38 UTC

Linux::Prctl - Perl extension for controlling process characteristics River stage zero No dependents

The linux prctl function allows you to control specific characteristics of a process' behaviour. Usage of the function is fairly messy though, due to limitations in C and linux. This module provides a nice non-messy interface. Most of the text in thi...

SEVEAS/Linux-Prctl-1.6.0 - 07 Apr 2015 20:32:42 UTC

Linux::Futex - Perl extension for using Futexes River stage zero No dependents

This perl module implements the high performance lightweight process synchronization method using 'futexes' implemented in recent Linux Kernels. EXPORT None by default. addr() Return the address of a string for use in mutex calls. Uses the same forma...

PHRED/Linux-Futex-0.6 - 30 Jan 2014 22:25:19 UTC

Linux::CDROM - Perl extension for accessing the CDROM-drive on Linux River stage zero No dependents

This module gives you access to your CDROM drive as granted by your kernel. You can use it for playing audio, grabbing the content off the CD in various formats etc. Unless otherwise stated, all methods return an undefined value to indicate an error....

VPARSEVAL/Linux-CDROM-0.02 - 16 Nov 2005 16:44:10 UTC

Linux::Clone - an interface to the linux clone, unshare, setns, pivot_root and kcmp syscalls River stage one • 2 direct dependents • 2 total dependents

This module exposes the linux clone(2), unshare(2) and some related syscalls to Perl. $retval = unshare $flags The following CLONE_ flag values (without CLONE_ prefix) are supported for unshare, if found, in this release. See the documentation for un...

MLEHMANN/Linux-Clone-1.3 - 06 Sep 2022 10:57:22 UTC

Linux::Epoll - O(1) multiplexing for Linux River stage one • 2 direct dependents • 2 total dependents

Epoll is a multiplexing mechanism that scales up O(1) with number of watched files. Linux::Epoll is a callback style epoll module, unlike other epoll modules available on CPAN. Types of events * in The associated filehandle is available for reading. ...

LEONT/Linux-Epoll-0.019 - 27 Jan 2024 20:11:11 UTC
344 results (0.023 seconds)