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

Search results for "module:IO::Socket"

IO::Socket - Object interface to socket communications River stage five • 5475 direct dependents • 32646 total dependents

"IO::Socket" provides an object-oriented, IO::Handle-based interface to creating and using sockets via Socket, which provides a near one-to-one interface to the C socket library. "IO::Socket" is a base class that really only defines methods for those...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

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

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

IO::Socket::DNS - IO::Socket like interface using DNS to access an IO::Socket::DNS::Server backend. River stage zero No dependents

I originally used this module for my own purposes and never intended to show anyone, but there have been so many requests that I've decided to release it to the public. Have you ever been away from your home with your computer and needed to use the I...

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

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

"IO::Socket::UNIX" provides an object interface to creating and using sockets in the AF_UNIX 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

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

IO::Socket::TIPC - TIPC sockets for Perl River stage zero No dependents

TIPC stands for Transparent Inter-Process Communication. See http://tipc.sf.net/ for details. This perl module subclasses IO::Socket, in order to use TIPC sockets in the customary (and convenient) Perl fashion. TIPC supports 4 types of socket: *SOCK_...

INFINOID/IO-Socket-TIPC-1.09 - 05 May 2019 01:54:12 UTC

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

SPVM::IO::Socket provides socket communications....

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

IO::Async::Socket - event callbacks and send buffering for a socket filehandle River stage three • 115 direct dependents • 145 total dependents

This subclass of IO::Async::Handle contains a socket filehandle. It provides a queue of outgoing data. It invokes the "on_recv" handler when new data is received from the filehandle. Data may be sent to the filehandle by calling the "send" method. It...

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 UTC

IO::Socket::Socks - Provides a way to create socks client or server both 4 and 5 version. River stage two • 6 direct dependents • 18 total dependents

"IO::Socket::Socks" connects to a SOCKS proxy, tells it to open a connection to a remote host/port when the object is created. The object you receive can be used directly as a socket (with "IO::Socket" interface) for sending and receiving data from t...

OLEG/IO-Socket-Socks-0.74 - 04 May 2017 17:17:03 UTC

IO::Socket::Packet - Object interface to AF_PACKET domain sockets River stage zero No dependents

This class provides an object interface to "PF_PACKET" sockets on Linux. It is built upon IO::Socket and inherits all the methods defined by this base class....

PEVANS/Socket-Packet-0.11 - 01 Jun 2020 13:10:39 UTC

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

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

IO::Socket::Netlink - Object interface to PF_NETLINK domain sockets River stage one • 2 direct dependents • 2 total dependents

This module provides an object interface to "PF_NETLINK" sockets on Linux, by building on top of the IO::Socket class. While useful on its own, it is intended itself to serve as a base class, for particular netlink protocols to extend....

PEVANS/Socket-Netlink-0.05 - 17 Nov 2016 22:21:50 UTC

IO::Socket::Multicast - Send and receive multicast messages River stage two • 10 direct dependents • 12 total dependents

The IO::Socket::Multicast module subclasses IO::Socket::INET to enable you to manipulate multicast groups. With this module (and an operating system that supports multicasting), you will be able to receive incoming multicast transmissions and generat...

BRAMBLE/IO-Socket-Multicast-1.12 - 28 Apr 2010 10:40:49 UTC

IO::Socket::CLI::POP3 - Command-line interface to a POP3 server. River stage zero No dependents

"IO::Socket::CLI::POP3" 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

IO::Socket::CLI::SMTP - Command-line interface to an SMTP server. River stage zero No dependents

"IO::Socket::CLI::SMTP" 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

IO::Socket::PortState - Perl extension for checking the open or closed status of a port. River stage one • 1 direct dependent • 1 total dependent

You can use it to check if a port is open or closed for a given host and protocol. EXPORT None by default. But you can export check_ports();...

DMUEY/IO-Socket-PortState-0.03 - 27 Aug 2005 00:13:48 UTC

IO::Socket::CLI::IMAP - Command-line interface to an IMAP server. River stage zero No dependents

"IO::Socket::CLI::IMAP" 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

IO::Socket::Forwarder - bidirectionally forward data between two sockets River stage zero No dependents

This module allows to forward data between two sockets bidirectionally. IO::Socket::SSL sockets are also supported. FUNCTIONS forward_sockets($sock1, $sock2, %opts) Reads and writes data from both sockets simultaneously forwarding it. On return both ...

SALVA/IO-Socket-Forwarder-0.02 - 24 Jun 2010 09:30:05 UTC
144 results (0.106 seconds)