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

Search results for "IPC::Msg"

IPC::Msg - SysV Msg IPC object class River stage two • 13 direct dependents • 39 total dependents

A class providing an object based interface to SysV IPC message queues....

MHX/IPC-SysV-2.09 - 13 Nov 2020 17:02:18 UTC - Search in distribution
  • IPC::SysV - System V IPC constants and system calls

IPC::Simple - simple, non-blocking IPC River stage zero No dependents

Provides a simplified interface for managing and kibbitzing with a child process....

JEFFOBER/IPC-Simple-0.09 - 08 Dec 2020 16:05:01 UTC - Search in distribution

IPC::LDT - implements a length based IPC protocol River stage zero No dependents

Interprocess communication often uses line (or record) oriented protocols. FTP, for example, usually is such a protocol: a client sends a command (e.g. "LS") which is completed by a carriage return. This carriage return is included in the command whi...

JSTENZEL/IPC-LDT-2.03 - 29 Feb 2000 19:45:34 UTC - Search in distribution

Child::Socket - Socket based IPC plugin for Child River stage zero No dependents

Lets you create a Child object, disconnect from it, and reconnect later in the same or different process....

EXODIST/Child-Socket-0.003 - 03 Dec 2013 05:58:44 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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

ZeroMQ - A ZeroMQ2 wrapper for Perl (DEPRECATED) River stage one • 6 direct dependents • 7 total dependents

Please note that this module has been DEPRECATED in favor of ZMQ::LibZMQ2, ZMQ::LibZMQ3, and ZMQ. see https://github.com/lestrrat/p5-ZMQ and other CPAN pages. The "ZeroMQ" module is a wrapper of the 0MQ message passing library for Perl. It's a thin w...

DMAKI/ZeroMQ-0.23 - 16 Oct 2012 10:49:44 UTC - Search in distribution

NET::MitM - Man in the Middle - connects a client and a server, giving visibility of and control over messages passed. River stage zero No dependents

BAVELING/NET-MitM-0.02 - 16 Apr 2013 10:32:28 UTC - Search in distribution

MP::Intro River stage one • 2 direct dependents • 2 total dependents

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC - Search in distribution

autodie - Replace functions with ones that succeed or die with lexical scope River stage four • 462 direct dependents • 2165 total dependents

bIlujDI' yIchegh()Qo'; yIHegh()! It is better to die() than to return() in failure. -- Klingon programming proverb. The "autodie" pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw ...

TODDR/autodie-2.37 - 28 Dec 2023 19:13:52 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 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

git-svn-replay - replay git commits into a throwaway svn repo River stage zero No dependents

This tool simply replays a git repo into an svn repo for the purpose of using svn natively in Trac. It has the side effect of helping to import more than one project into Trac -- something it did not yet support at the time of this writing. The svn r...

JETTERO/Git-SVNReplay-1.0214 - 02 Oct 2009 11:30:12 UTC - Search in distribution

MCE::Examples - Various examples and demonstrations River stage three • 21 direct dependents • 313 total dependents

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 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

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Atomic::Pipe - Send atomic messages from multiple writers across a POSIX pipe. River stage zero No dependents

Normally if you write to a pipe from multiple processes/threads, the messages will come mixed together unpredictably. Some messages may be interrupted by parts of messages from other writers. This module takes advantage of some POSIX specifications t...

EXODIST/Atomic-Pipe-0.022 - 10 Apr 2024 20:26:27 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

SMB::File - Remote or local file abstraction for SMB River stage zero No dependents

This class implements an SMB file abstraction for a client or a server. This class inherits from SMB, so msg, err, mem, dump, auto-created field accessor and other methods are available as well....

MIGO/SMB-0.09 - 13 May 2018 16:06:23 UTC - Search in distribution
  • SMB::DCERPC - Minimal support for DCE/RPC protocol (over SMB)
54 results (0.074 seconds)