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

Search results for "IO::Socket::INET"

IO::Socket::INET - Object interface for AF_INET domain sockets River stage five • 5475 direct dependents • 32646 total dependents

"IO::Socket::INET" provides an object interface to creating and using sockets in the AF_INET domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC - Search in distribution
  • IO::Socket - Object interface to socket communications
  • IO::Select - OO interface to the select system call

SPVM::IO::Socket::INET - IPv4 Socket River stage one • 2 direct dependents • 2 total dependents

"IO::Socket::INET" provides IPv4 Socket....

KIMOTO/SPVM-IO-0.211002 - 07 Dec 2023 05:21:44 UTC - Search in distribution

IO::Socket::INET::Daemon - very simple straightforward TCP server River stage zero No dependents

This modules aims to provide a simple TCP server. It will listen on a port you specify, accept incoming connections and remove them again when they're dead. It provides three simple callbacks at the moment, but I plan to add a few more....

JKRAMER/IO-Socket-INET-Daemon-0.04 - 11 May 2008 19:58:15 UTC - Search in distribution

IO::Socket::INET6 - [ DEPRECATED!! ] Object interface for AF_INET/AF_INET6 domain sockets River stage two • 15 direct dependents • 25 total dependents

"IO::Socket::INET6" provides an object interface to creating and using sockets in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket....

SHLOMIF/IO-Socket-INET6-2.73 - 10 Dec 2021 07:31:35 UTC - Search in distribution

IO::Socket::Telnet - transparent telnet negotiation for IO::Socket::INET River stage one • 3 direct dependents • 4 total dependents

Telnet is a simple protocol that sits on top of TCP/IP. It handles the negotiation of various options, both about the connection itself (ECHO) and the setup of both sides of the party (NAWS, TTYPE). This is a wrapper around IO::Socket::INET that both...

SARTAK/IO-Socket-Telnet-0.04 - 19 Aug 2010 21:31:50 UTC - Search in distribution

Net::INET6Glue::INET_is_INET6 - make IO::Socket::INET behave like IO::Socket::INET6 River stage zero No dependents

Many modules directly create IO::Socket::INET sockets or have it as a superclass. Because IO::Socket::INET has no support for IPv6 these modules don't have it either. This module tries to make IO::Socket::INET behave like IO::Socket::IP (with fallbac...

SULLR/Net-INET6Glue-0.604 - 26 Feb 2021 12:53:35 UTC - Search in distribution

IO::Socket::CLI - CLI for IO::Socket::INET6 and IO::Socket::SSL River stage zero No dependents

"IO::Socket::CLI" provides a command-line interface to IO::Socket::INET6 and IO::Socket::SSL....

ASHLEYW/IO-Socket-CLI-0.041 - 24 Oct 2014 04:01:40 UTC - Search in distribution

IO::Socket::SSL - SSL sockets with IO::Socket interface River stage four • 342 direct dependents • 2021 total dependents

IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. This way, existing applications can be made SSL-aware without much effort,...

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 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

IO::Socket::Timeout - IO::Socket with read/write timeout River stage two • 6 direct dependents • 95 total dependents

"IO::Socket" provides a way to set a timeout on the socket, but the timeout will be used only for connection, not for reading / writing operations. This module provides a way to set a timeout on read / write operations on an "IO::Socket" instance, or...

DAMS/IO-Socket-Timeout-0.32 - 29 Sep 2015 10:04:46 UTC - Search in distribution

Coro::Socket - non-blocking socket-I/O River stage two • 53 direct dependents • 69 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements socket-handles in a coroutine-compatible way, that is, other coroutines can run while reads or writes block on the handle. See ...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distribution

IO::FD - Faster accept, socket, listen with file descriptors, not handles River stage zero No dependents

IO::FD is an XS module implementing common core Perl system I/O functions to work with file descriptors instead of Perl file handles. Functions include but are not limited to "accept", "connect", "socket", "bind", "sysopen", "sysread", and "syswrite"...

DRCLAW/IO-FD-v0.3.7 - 04 Jan 2024 21:57:08 UTC - Search in distribution

DDC::Client - Client socket object and utilities for DDC::Concordance River stage one • 1 direct dependent • 2 total dependents

MOOCOW/DDC-Concordance-0.50 - 08 Dec 2020 13:06:22 UTC - Search in distribution
  • DDC::Filter - DDC Query utilities: server filters (wrapper sockets)

IO::Event - Tied Filehandles for Nonblocking IO with Object Callbacks River stage two • 4 direct dependents • 23 total dependents

IO::Event provides a object-based callback system for handling nonblocking IO. The design goal is to provide a system that just does the right thing w/o the user needing to think about it much. All APIs are kept as simple as possible yet at the same ...

MUIR/IO-Event-0.813 - 18 Sep 2013 03:46:26 UTC - Search in distribution

IO::Lambda::Socket - wrapper condition for socket functions River stage one • 4 direct dependents • 4 total dependents

This module provides a set of convenient wrapper conditions for sockets that function as sources of asynchronous events. The condition names are homonyms of the underlying socket functions: "accept", "connect", "recv", and "send". The module doesn't ...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution
  • IO::Lambda - non-blocking I/O as lambda calculus

SCGI River stage one • 3 direct dependents • 4 total dependents

This module is for implementing an SCGI interface for an application server....

VIPERCODE/SCGI-0.6 - 03 Apr 2006 13:24:01 UTC - Search in distribution

IO::Socket::IP - Family-neutral IP socket supporting both IPv4 and IPv6 River stage four • 46 direct dependents • 6681 total dependents

This module provides a protocol-independent way to use IPv4 and IPv6 sockets, intended as a replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way. For a list of known differences, see the "...

PEVANS/IO-Socket-IP-0.42 - 25 Jul 2023 15:34:14 UTC - Search in distribution

IOMux::Service::TCP - TCP (socket) based service River stage one • 1 direct dependent • 1 total dependent

Accept TCP connections. When a connection arrives, it will get handled by a new object which gets added to the multiplexer as well. Extends "DESCRIPTION" in IOMux::Handler::Service....

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC - Search in distribution

Gtk River stage one • 1 direct dependent • 2 total dependents

Introduction The first thing you need to do to use the Gtk module in your perl program is to load the module and initialize it: use Gtk; init Gtk; This can also be shortened to the one-liner: use Gtk '-init'; Now, how do you build the user interface?...

MLEHMANN/Gtk-Perl-0.7010 - 15 Dec 2012 19:43:06 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
249 results (0.13 seconds)