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 "test::tcp"

Test::TCP - testing TCP program River stage four • 182 direct dependents • 1288 total dependents

Test::TCP is a test utility to test TCP/IP-based server programs....

MIYAGAWA/Test-TCP-2.22 - 08 Oct 2019 08:16:25 UTC - Search in distribution

Test::TCP::Multi - Test Using Multiple Servers/Clients River stage zero No dependents

Test::TCP allows you to run client/server tests. With Test::TCP::Multi, you can have multiple servers and clients....

DMAKI/Test-TCP-Multi-0.00004 - 24 Feb 2010 01:45:18 UTC - Search in distribution

Test::POE::Client::TCP - A POE Component providing TCP client services for test cases River stage two • 10 direct dependents • 36 total dependents

Test::POE::Client::TCP is a POE component that provides a TCP client framework for inclusion in client component test cases, instead of having to roll your own. Once registered with the component, a session will receive events related to connections ...

BINGOS/Test-POE-Client-TCP-1.26 - 16 Nov 2018 19:00:42 UTC - Search in distribution

Test::POE::Server::TCP - A POE Component providing TCP server services for test cases River stage two • 16 direct dependents • 85 total dependents

Test::POE::Server::TCP is a POE component that provides a TCP server framework for inclusion in client component test cases, instead of having to roll your own. Once registered with the component, a session will receive events related to client conne...

BINGOS/Test-POE-Server-TCP-1.20 - 22 Apr 2016 14:12:00 UTC - Search in distribution

URI::tcp - tcp connection string River stage two • 1 direct dependent • 15 total dependents

URI extension for TCP protocol...

JASEI/URI-tcp-2.0.0 - 16 Aug 2017 14:56:30 UTC - Search in distribution

LWP::Socket - TCP/IP socket interface River stage one • 1 direct dependent • 1 total dependent

Beware: New code should not use this module. The IO::Socket::INET module provide the standard Perl interface to OO Internet sockets. Even LWP is now rewritten to use IO::Socket::INET throughout. This class implements TCP/IP sockets. It groups socket ...

GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 UTC - Search in distribution

Nama - multitrack recorder and digital audio workstation River stage zero No dependents

A multitrack audio application for recording, effects processing, editing, mixing, mastering and live performance. It can also perform general-purpose audio processing, such as 5.1 to stereo conversion. Nama uses Ecasound as the audio processing engi...

GANGLION/Audio-Nama-1.307 - 20 Dec 2023 09:07:36 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

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

URI - Uniform Resource Identifiers (absolute and relative) River stage five • 1907 direct dependents • 10215 total dependents

This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC - Search in distribution

riap - Riap command-line client shell River stage one • 1 direct dependent • 1 total dependent

"riap" is a Riap client in the form of a simple interactive command-line shell (as opposed to Perinci::Access which is a Perl library, or peri-run and peri-access which are non-interactive command-line interfaces). This "riap" shell provides a conven...

PERLANCAR/App-riap-0.383 - 07 Feb 2020 04:54:12 UTC - Search in distribution

ZOOM - Perl extension implementing the ZOOM API for Information Retrieval River stage one • 8 direct dependents • 8 total dependents

This module provides a nice, Perlish implementation of the ZOOM Abstract API described and documented at http://zoom.z3950.org/api/ the ZOOM module is implemented as a set of thin classes on top of the non-OO functions provided by this distribution's...

MIRK/Net-Z3950-ZOOM-1.30 - 12 Mar 2014 14:17:01 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

dnsd - IO::Socket::DNS::Server wrapper script River stage zero No dependents

dnsd is a DNS listener server intended for use with queries from the dnsc client. It is mainly just a convenience script for the IO::Socket::DNS::Server module....

BBB/IO-Socket-DNS-0.021 - 19 Jul 2012 23:29:09 UTC - Search in distribution

perl5db.pl - the perl debugger River stage five • 11693 direct dependents • 33184 total dependents

"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...

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

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 30 direct dependents • 31 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

Event - Event loop processing River stage two • 15 direct dependents • 25 total dependents

ALERT: Marc Lehmann may have taken over the future of event loops in Perl. Check out his libev library and EV Perl module. 25 Aug 2009 The Event module provide a central facility to watch for various types of events and invoke a callback when these e...

ETJ/Event-1.28 - 29 Apr 2021 18:14:31 UTC - Search in distribution

JSON::XS - JSON serialising/deserialising, done correctly and fast River stage three • 470 direct dependents • 835 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. See MAPPING, below, on how JSON::XS maps perl values to JSON v...

MLEHMANN/JSON-XS-4.03 - 27 Oct 2020 18:06:42 UTC - Search in distribution

Redis - Perl binding for Redis database River stage two • 72 direct dependents • 85 total dependents

Pure perl bindings for <https://redis.io/> This version supports protocol 2.x (multi-bulk) or later of Redis available at <https://github.com/antirez/redis/>. This documentation lists commands which are exercised in test suite, but additional command...

DAMS/Redis-2.000 - 13 Jan 2023 22:13:53 UTC - Search in distribution

VM::EC2 - Perl interface to Amazon EC2, Virtual Private Cloud, Elastic Load Balancing, Autoscaling, and Relational Database services River stage one • 1 direct dependent • 5 total dependents

This is an interface to the 2014-05-01 version of the Amazon AWS API (http://aws.amazon.com/ec2). It was written provide access to the new tag and metadata interface that is not currently supported by Net::Amazon::EC2, as well as to provide developer...

LDS/VM-EC2-1.28 - 23 Oct 2014 20:39:58 UTC - Search in distribution
324 results (0.412 seconds)