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 "proc::simple"

Proc::Simple - launch and control background processes River stage one • 4 direct dependents • 4 total dependents

The Proc::Simple package provides objects mimicing real-life processes from a user's point of view. A new process object is created by $myproc = Proc::Simple->new(); Either external programs or perl subroutines can be launched and controlled as proce...

MSCHILLI/Proc-Simple-1.32 - 16 Nov 2015 05:27:40 UTC - Search in distribution

Proc::Simple::Async - Keyword sugar for Proc::Simple River stage zero No dependents

This module lets you fork off code that does not require synchronous execution in a simple way. It's syntactically similar to implementations of the async function found in other modules such as forks, threads, and even Coro. Unfortunately, all those...

BERLE/Proc-Simple-Async-0.03 - 25 Nov 2007 07:17:23 UTC - Search in distribution

lib/Proc/Safetynet/RpcSession/Simple.pm River stage zero No dependents

DTADY/Proc-Safetynet-0.04 - 14 Jan 2009 12:53:30 UTC - Search in distribution

DataFlow::Proc::SimpleFileInput - A processor that reads that from a file River stage one • 8 direct dependents • 8 total dependents

RUSSOZ/DataFlow-1.121830 - 01 Jul 2012 15:08:56 UTC - Search in distribution

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 - Search in distribution

Su - A simple application layer to divide and integrate data and processes in the Perl program. River stage zero No dependents

Su is a simple application framework that works as a thin layer to divide data and process in your Perl program. This framework aims an ease of maintenance and extension of your application. Su is a thin application layer, so you can use Su with many...

LOTTZ/Su-0.110 - 02 Dec 2012 15:33:55 UTC - Search in distribution

Child - Object oriented simple interface to fork() River stage two • 9 direct dependents • 18 total dependents

Fork is too low level, and difficult to manage. Often people forget to exit at the end, reap their children, and check exit status. The problem is the low level functions provided to do these things. Throw in pipes for IPC and you just have a pile of...

EXODIST/Child-0.013 - 22 Jun 2016 15:23:05 UTC - Search in distribution

Linux::Statm::Tiny - simple access to Linux /proc/../statm River stage zero No dependents

This class returns the Linux memory stats from /proc/$pid/statm....

RRWO/Linux-Statm-Tiny-0.0700 - 26 Jul 2022 16:29:04 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 71 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

bencher - A benchmark framework (CLI) River stage one • 3 direct dependents • 8 total dependents

Bencher is a benchmark framework. You specify a *scenario* (either in a "Bencher::Scenario::*" Perl module, or a Perl script, or over the command-line) containing list of *participants* and *datasets*. Participants are codes or commands to run, and d...

PERLANCAR/Bencher-1.062.4 - 19 Feb 2024 04:45:38 UTC - Search in distribution

svsh - Process supervision shell for daemontools/perp/s6/runit River stage zero No dependents

"svsh" is a command line shell for process supervision suites of the daemontools <http://cr.yp.to/daemontools.html> family. Currently, it supports daemontools, perp <http://b0llix.net/perp/>, s6 <http://www.skarnet.org/software/s6/index.html> and run...

IDOPEREL/Svsh-1.003000 - 11 Sep 2023 13:36:23 UTC - Search in distribution

perlvar - Perl predefined variables River stage five • 11693 direct dependents • 33184 total dependents

The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...

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

Fuse - write filesystems in Perl using FUSE River stage two • 14 direct dependents • 18 total dependents

This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface. FUSE expects you to implement callbacks for the various functions. In the following definitions, "errno" can be 0 (for a success), -EINVAL, ...

DPATES/Fuse-0.16 - 16 Sep 2013 05:22:15 UTC - Search in distribution

App::rs - The package manager for RSLinux and the first reference counting CPAN client River stage zero No dependents

(Please see the section "CPAN" and my TPF proposal <https://github.com/057a3dd61f99517a3afea0051a49cb27994f94d/rslinux/blob /rs/TPF-proposal.pod> for my ongoing effort to marry "App::rs" and CPAN.) RSLinux was born out of desire for freedom. Back in ...

RSLOVERS/App-rs-v2.1.2 - 29 Jun 2018 04:25:00 UTC - Search in distribution

grepmail - search mailboxes for mail matching a regular expression River stage zero No dependents

*grepmail* looks for mail messages containing a pattern, and prints the resulting messages on standard out. By default *grepmail* looks in both header and body for the specified pattern. When redirected to a file, the result is another mailbox, which...

DCOPPIT/grepmail-5.3111 - 12 Jul 2018 04:07:13 UTC - Search in distribution

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 83 direct dependents • 252 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution

AnyEvent - the DBI of event loop programming River stage three • 414 direct dependents • 673 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

Ubic - polymorphic service manager River stage two • 9 direct dependents • 15 total dependents

This module is a perl frontend to ubic services. It is a singleton OOP class. All of its methods should be invoked as class methods: Ubic->start('foo'); Ubic->stop('foo'); my $status = Ubic->status('foo');...

MMCLERIC/Ubic-1.60 - 24 Aug 2016 22:44:09 UTC - Search in distribution

IPC::Run - system() and background procs w/ piping, redirs, ptys (Unix, Win32) River stage four • 159 direct dependents • 1893 total dependents

IPC::Run allows you to run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Vari...

TODDR/IPC-Run-20231003.0 - 03 Oct 2023 01:09:01 UTC - Search in distribution

Acme::Tools - Lots of more or less useful subs lumped together and exported into your namespace River stage one • 1 direct dependent • 1 total dependent

Subs created and collected since the mid-90s....

KJETIL/Acme-Tools-0.27 - 05 Feb 2020 16:25:50 UTC - Search in distribution
182 results (0.106 seconds)