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

Search results for "IPC::Open2"

IPC::Open2 - open a process for both reading and writing using open2() River stage five • 11292 direct dependents • 32664 total dependents

The open2() function runs the given command and connects $chld_out for reading and $chld_in for writing. It's what you think should work when you try my $pid = open(my $fh, "|cmd args|"); The $chld_in filehandle will have autoflush turned on. If $chl...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

IPC::Open2::Simple - The simplest way to read and write to a fork River stage zero No dependents

IPC::Open2::Simple allows you to pipe data to a child process and read its ouput ("STDOUT"), all in one line! Contrary to IPC::Open2, you do not need to use file handles to communicate with the child process, which makes things a lot easier. WARNING ...

ODC/IPC-Open2-Simple-0.01 - 20 Aug 2014 13:02:17 UTC - Search in distribution

IPC::Exe - Execute processes or Perl subroutines & string them via IPC. Think shell pipes. River stage zero No dependents

This module was written to provide a secure and highly flexible way to execute external programs with an intuitive syntax. In addition, more info is returned with each string of executions, such as the list of PIDs and $? of the last external pipe pr...

GLAI/IPC-Exe-2.002001 - 14 Nov 2011 08:22:35 UTC - Search in distribution

swaks - Swiss Army Knife SMTP, the all-purpose smtp transaction tester River stage zero No dependents

swaks' primary design goal is to be a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple version of the SMTP protocol including SMTP, ESMTP, and LMT...

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution

Doit - a scripting framework River stage zero No dependents

Doit is a scripting framework. Some core principles implemented here are: * Failing commands throw exceptions — similar to autodie or Fatal (but implemented consistently) or Bourne shell's "set -e", or make(1)'s default mode without "-k" * Commands a...

SREZIC/Doit-0.028 - 03 Nov 2023 08:15:55 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

corelist - a commandline frontend to Module::CoreList River stage five • 95 direct dependents • 21441 total dependents

See Module::CoreList for one....

BINGOS/Module-CoreList-5.20240420 - 27 Apr 2024 19:32:30 UTC - Search in distribution

MIME::Tools - modules for parsing (and creating!) MIME entities River stage three • 66 direct dependents • 210 total dependents

MIME-tools is a collection of Perl5 MIME:: modules for parsing, decoding, *and generating* single- or multipart (even nested multipart) MIME messages. (Yes, kids, that means you can send messages with attached GIF files)....

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC - Search in distribution
  • MIME::Decoder - an object for decoding the body part of a MIME stream

IT::perlopentut River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

perlfaq8 - System Interaction River stage zero No dependents

This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Emacs::Lisp - Support for writing Emacs extensions in Perl River stage zero No dependents

Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp. You still need to learn some Lisp in order to understand *The Elisp Manual*, whic...

JTOBEY/Emacs-EPL-0.7 - 13 Feb 2001 05:42:49 UTC - Search in distribution

GRID::Machine - Remote Procedure Calls over a SSH link River stage one • 1 direct dependent • 1 total dependent

This module is inspired in the IPC::PerlSSH module by Paul Evans. It provides Remote Procedure Calls (RPC) via a SSH connection. What made IPC::PerlSSH appealing to me was that 'no special software is required on the remote end, other than the abilit...

CASIANO/GRID-Machine-0.127 - 14 Jun 2011 09:11:14 UTC - Search in distribution

Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH River stage two • 29 direct dependents • 43 total dependents

Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC - Search in distribution

IPC::Run - system() and background procs w/ piping, redirs, ptys (Unix, Win32) River stage four • 157 direct dependents • 1806 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

Net::SCP - Perl extension for secure copy protocol River stage one • 3 direct dependents • 8 total dependents

Simple wrappers around ssh and scp commands....

IVAN/Net-SCP-0.08.reprise - 09 Aug 2016 18:42:48 UTC - Search in distribution

Net::SSH - Perl extension for secure shell River stage two • 8 direct dependents • 15 total dependents

Simple wrappers around ssh commands. For an all-perl implementation that does not require the system ssh command, see Net::SSH::Perl instead....

IVAN/Net-SSH-0.09 - 14 May 2008 18:50:07 UTC - Search in distribution

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

Forks::Super - extensions and convenience methods to manage background processes River stage one • 1 direct dependent • 1 total dependent

This package provides new definitions for the Perl functions fork, wait, and waitpid with richer functionality. The new features are designed to make it more convenient to spawn background processes and more convenient to manage them to get the most ...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC - Search in distribution

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

Net::SFTP::Foreign - SSH File Transfer Protocol client River stage two • 13 direct dependents • 14 total dependents

SFTP stands for SSH File Transfer Protocol and is a method of transferring files between machines over a secure, encrypted connection (as opposed to regular FTP, which functions over an insecure connection). The security in SFTP comes through its int...

SALVA/Net-SFTP-Foreign-1.93 - 19 Jan 2021 09:00:43 UTC - Search in distribution
44 results (0.118 seconds)