Search results for "IPC::Run3"

IPC::Run3 - run a subprocess with input/output redirection River stage four • 102 direct dependents • 4173 total dependents

This module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using "system", "qx", and "open3" with a simple, extremely Perlish API. Speed, simplicity, ...

RJBS/IPC-Run3-0.049 - 20 Jan 2024 21:13:21 UTC - Search in distribution

IPC::Run3::Simple - Simple utility module to make the easy to use IPC::Run3 even more easy to use. River stage one • 1 direct dependent • 1 total dependent

AYOUNG/IPC-Run3-Simple-0.011 - 23 Apr 2012 18:30:13 UTC - Search in distribution

IPC::Run3::Shell::CLIWrapper - Perl extension for wrapping arbitrary command-line tools River stage one • 1 direct dependent • 1 total dependent

This module wraps IPC::Run3::Shell in a layer that translates method calls and their arguments to the command-line arguments of system commands. "new" The arguments to the constructor are the same as to "make_cmd" in IPC::Run3::Shell, with the additi...

HAUKEX/IPC-Run3-Shell-0.58 - 17 May 2020 19:14:58 UTC - Search in distribution

Footprintless::CommandRunner::IPCRun3 - An implementation of Footprintless::CommandRunner using IPC::Run3 River stage one • 3 direct dependents • 3 total dependents

An implementation of Footprintless::CommandRunner using "IPC::Run3". This implementation is NOT complete. "IPC::Run3" does not have a timeout feature so it can hang indefinitely. Also, the callbacks and handles have not yet been implemented. This *sh...

LTHEISEN/Footprintless-1.29 - 22 Aug 2018 21:52:40 UTC - Search in distribution

IPC::Run::SafeHandles - Use IPC::Run and IPC::Run3 safely River stage zero No dependents

IPC::Run and IPC::Run3 are both very upset when you try to use them under environments where you have STDOUT and/or STDERR tied to something else, such as under fastcgi. The module adds safe-guarding code when you call IPC::Run or IPC::Run3 under suc...

CLKAO/IPC-Run-SafeHandles-0.04 - 21 Aug 2012 04:21:22 UTC - Search in distribution

Mojo::Run3 - Run a subprocess and read/write to it River stage zero No dependents

Mojo::Run3 allows you to fork a subprocess which you can write STDIN to, and read STDERR and STDOUT without blocking the the event loop. This module also supports IO::Pty which allows you to create a pseudoterminal for the child process. This is espe...

JHTHORSEN/Mojo-Run3-1.03 - 20 Jan 2023 05:20:16 UTC - Search in distribution

Tee - Pure Perl emulation of GNU tee River stage zero No dependents

The "Tee" distribution provides the ptee program, a pure Perl emulation of the standard GNU tool "tee". It is designed to be a platform-independent replacement for operating systems without a native "tee" program. As with "tee", it passes input recei...

DAGOLDEN/Tee-0.14 - 28 Jan 2011 14:40:52 UTC - Search in distribution

dh-make-perl - Create debian source packages from Perl modules River stage one • 3 direct dependents • 3 total dependents

dh-make-perl will create the files required to build a debian source package out of a Perl module or CPAN distribution. This works for most simple packages and is also useful for getting started with packaging Perl modules. You can specify a module o...

DAM/DhMakePerl-0.96 - 18 Oct 2017 20:45:30 UTC - Search in distribution

CGI::Tiny - Common Gateway Interface, with no frills River stage zero No dependents

CGI::Tiny provides a modern interface to write CGI <https://en.wikipedia.org/wiki/Common_Gateway_Interface> scripts to dynamically respond to HTTP requests as defined in RFC 3875 <https://tools.ietf.org/html/rfc3875>. It is intended to be: * Minimal ...

DBOOK/CGI-Tiny-1.002 - 09 Jun 2021 04:34:49 UTC - Search in distribution

Pandoc - wrapper for the mighty Pandoc document converter River stage one • 2 direct dependents • 3 total dependents

This module provides a Perl wrapper for John MacFarlane's Pandoc <http://pandoc.org> document converter....

VOJ/Pandoc-0.9.1 - 01 Dec 2021 14:03:44 UTC - Search in distribution

OpenVZ - Base class for OpenVZ utilities like vzctl River stage zero No dependents

This is a base class for OpenVZ utilities like vzctl and vzlist. It shouldn't be used generally outside of this framework....

AYOUNG/OpenVZ-0.01 - 17 Apr 2012 22:53:27 UTC - Search in distribution

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

Test::CGI::External - run tests on an external CGI program River stage zero No dependents

Test::CGI::External is a tool for mocking a CGI (common gateway interface) environment and running basic checks of the operation of a CGI program. For example, use Test::More; my $tester = Test::CGI::External->new (); $tester->set_cgi_executable ('ex...

BKB/Test-CGI-External-0.23 - 06 Oct 2017 05:18:38 UTC - Search in distribution

FCGI::Spawn - FastCGI server for CGI-like applications effective multiprocessing River stage zero No dependents

The overall idea is to make Perl server-side scripts as convinient for newbies and server administrators as PHP in FastCGI mode. FCGI::Spawn is used to serve as a FastCGI process manager. Besides the features the FCGI::ProcManager posess itself, the ...

VERESC/FCGI-Spawn-0.16.7 - 07 Dec 2012 10:06:26 UTC - Search in distribution

Module::Install - Standalone, extensible Perl module installer River stage three • 98 direct dependents • 178 total dependents

Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.005 or newer. The...

ETHER/Module-Install-1.21 - 28 Apr 2023 08:32:10 UTC - Search in distribution

Sys::Cmd - run a system command or spawn a system processes River stage one • 2 direct dependents • 2 total dependents

Sys::Cmd lets you run system commands and capture their output, or spawn and interact with a system process through its "STDIN", "STDOUT", and "STDERR" file handles. The following functions are exported on demand by this module: run( @cmd, [\%opt] ) ...

MLAWREN/Sys-Cmd-0.99.0 - 05 Oct 2022 10:50:19 UTC - Search in distribution

Test::Script - Basic cross-platform tests for scripts River stage three • 87 direct dependents • 218 total dependents

The intent of this module is to provide a series of basic tests for 80% of the testing you will need to do for scripts in the script (or bin as is also commonly used) paths of your Perl distribution. It also provides similar functions for testing pro...

PLICEASE/Test-Script-1.29 - 13 May 2021 15:18:23 UTC - Search in distribution

Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs River stage four • 612 direct dependents • 8770 total dependents

Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being p...

DAGOLDEN/Capture-Tiny-0.48 - 22 Apr 2018 07:09:08 UTC - Search in distribution

PITA::Image - PITA Guest Manager for inside system images River stage one • 1 direct dependent • 2 total dependents

While most of the PITA system exists outside the guest images and tries to have as little interaction with them as possible, there is one part that needs to be run from inside it. The "PITA::Image" class lives inside the image and has the responsibil...

ADAMK/PITA-Image-0.60 - 27 Oct 2011 01:21:04 UTC - Search in distribution

Test2::Tools::Process - Unit tests for code that calls exit, exec, system or qx() River stage one • 2 direct dependents • 2 total dependents

This set of testing tools is intended for writing unit tests for code that interacts with other processes without using real processes that might have unwanted side effects. It also lets you test code that exits program flow without actually terminat...

PLICEASE/Test2-Tools-Process-0.07 - 29 Dec 2022 01:48:36 UTC - Search in distribution
54 results (0.099 seconds)