Search results for "module:IO::Socket"
IO::Socket - Object interface to socket communications
"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.51 - 23 Jan 2023 05:24:04 UTC
IO::Socket::IP - Family-neutral IP socket supporting both IPv4 and IPv6
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
"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.
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::TIPC - TIPC sockets for Perl
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
IO::Socket::UNIX - Object interface for AF_UNIX domain sockets
"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.51 - 23 Jan 2023 05:24:04 UTC
IO::Socket::INET - Object interface for AF_INET domain sockets
"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.51 - 23 Jan 2023 05:24:04 UTC
SPVM::IO::Socket - Socket Communications
SPVM::IO::Socket provides socket communications....
KIMOTO/SPVM-IO-0.211001 - 29 Nov 2023 04:18:30 UTC
IO::Async::Socket - event callbacks and send buffering for a socket filehandle
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.802 - 15 Aug 2022 20:33:58 UTC
IO::Socket::Socks - Provides a way to create socks client or server both 4 and 5 version.
"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
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
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
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.32 - 02 Dec 2022 16:40:40 UTC
IO::Socket::Netlink - Object interface to PF_NETLINK domain sockets
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
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.
"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.
"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.
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.
"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
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