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

Search results for "IPC::Capture"

IPC::Capture - portably run external apps and capture the output River stage one • 1 direct dependent • 1 total dependent

IPC::Capture is a module for running external applications in a portable fashion when you're primarily interested in capturing the returned output. Essentially this is an attempt at creating a portable way of doing "backticks" with io-redirection. In...

DOOM/IPC-Capture-0.06 - 16 Mar 2009 06:36:58 UTC - Search in distribution

Expect - automate interactions with command line programs that expose a text terminal interface. River stage three • 34 direct dependents • 580 total dependents

See an explanation of What is Expect <http://code-maven.com/expect> The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It more closely resembles the Tcl Expect language than its predecessors. It does not contain any of the netwo...

JACOBY/Expect-1.38 - 08 Mar 2024 16:46:23 UTC - Search in distribution

perlport - Writing portable Perl River stage five • 11292 direct dependents • 32664 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

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

perlglossary - Perl Glossary River stage zero No dependents

A glossary of terms (technical and otherwise) used in the Perl documentation, derived from the Glossary of *Programming Perl*, Fourth Edition. Words or phrases in bold are defined elsewhere in this glossary. Other useful sources include the Unicode G...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution
  • perlfaq - Frequently asked questions about Perl
  • perlfaq8 - System Interaction

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

nfflowd - App to generate Cisco NetFlow from Linux netfilter River stage zero No dependents

The application "nfflowd" included in this distribution is designed to run as a daemon (background) process on a Linux based firewall running IPtables. Its purpose is to capture data from the Linux netfilter subsystem about each tracked data connecti...

OLIVER/Net-Netfilter-NetFlow-1.113260 - 22 Nov 2011 22:23:27 UTC - Search in distribution

Log::Log4perl::FAQ - Frequently Asked Questions on Log::Log4perl River stage four • 376 direct dependents • 1144 total dependents

This FAQ shows a wide variety of commonly encountered logging tasks and how to solve them in the most elegant way with Log::Log4perl. Most of the time, this will be just a matter of smartly configuring your Log::Log4perl configuration files. Why use ...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution

UniEvent - Object-oriented, fast and extendable event loop abstraction framework with Perl and C++ interface. River stage one • 5 direct dependents • 5 total dependents

UniEvent is an extendable object-oriented event loop framework. It's also an abstraction layer on top of event loop which provides engine-independent API (like AnyEvent). This module is an XS port of the very fast C++ panda::unievent framework. The m...

SYBER/UniEvent-1.2.13 - 31 Jan 2024 12:58:13 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution

Promise::Me - Fork Based Promise with Asynchronous Execution, Async, Await and Shared Data River stage one • 4 direct dependents • 6 total dependents

Promise::Me is an implementation of the JavaScript promise using fork for asynchronous tasks. Fork is great, because it is well supported by all operating systems (except AmigaOS, RISC OS and VMS) and effectively allows for asynchronous execution. Wh...

JDEGUEST/Promise-Me-v0.4.10 - 22 Mar 2024 07:52:37 UTC - Search in distribution

ZMQ::LibZMQ3 - A libzmq 3.x wrapper for Perl River stage one • 4 direct dependents • 4 total dependents

The "ZMQ::LibZMQ3" module is a wrapper of the 0MQ message passing library for Perl. Before you start using this module, please make sure you have read and understood the zguide. http://zguide.zeromq.org/page:all For specifics on each function, please...

DMAKI/ZMQ-LibZMQ3-1.19 - 28 Oct 2014 05:35:11 UTC - Search in distribution

ZMQ::LibZMQ4 - A libzmq 4.x wrapper for Perl River stage zero No dependents

The "ZMQ::LibZMQ4" module is a wrapper of the 0MQ message passing library for Perl. Before you start using this module, please make sure you have read and understood the zguide. http://zguide.zeromq.org/page:all For specifics on each function, please...

MOSCONI/ZMQ-LibZMQ4-0.01 - 20 Sep 2014 20:01:20 UTC - Search in distribution

Test2 - Framework for writing test tools that all work together. River stage five • 22891 direct dependents • 32646 total dependents

Test2 is a new testing framework produced by forking Test::Builder, completely refactoring it, adding many new features and capabilities. WHAT IS NEW? Easier to test new testing tools. From the beginning Test2 was built with introspection capabilitie...

EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC - Search in distribution
  • Test2::API - Primary interface for writing Test2 based testing tools.

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

App::Env - manage application specific environments River stage one • 1 direct dependent • 1 total dependent

App::Env presents a uniform interface to initializing environments for applications which require special environments. App::Env only handles the loading, merging, and caching of environments; it does not create them. That is done within modules for ...

DJERIUS/App-Env-1.04 - 19 Jan 2024 17:57:23 UTC - Search in distribution

Thread::Apartment - Apartment threading wrapper for Perl objects River stage zero No dependents

Thread::Apartment provides an apartment threading wrapper for Perl classes. "Apartment threading" is a method for isolating an object (or object hierarchy) in its own thread, and providing external interfaces via lightweight client proxy objects. Thi...

DARNOLD/Thread-Apartment-0.51 - 28 Aug 2006 19:46:20 UTC - Search in distribution

ZMQ::FFI - version agnostic Perl bindings for zeromq using ffi River stage two • 4 direct dependents • 10 total dependents

ZMQ::FFI exposes a high level, transparent, OO interface to zeromq independent of the underlying libzmq version. Where semantics differ, it will dispatch to the appropriate backend for you. As it uses ffi, there is no dependency on XS or compilation....

GHENRY/ZMQ-FFI-1.19 - 04 Aug 2023 11:18:26 UTC - Search in distribution

authentication_milter - A Perl Mail Authentication Milter River stage one • 3 direct dependents • 3 total dependents

MBRADSHAW/Mail-Milter-Authentication-3.20240205 - 05 Feb 2024 02:47:19 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

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
63 results (0.08 seconds)