You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-IO-Tty-1.16-5.fc36.x86_64
IO::Tty and IO::Pty provide an interface to pseudo tty's.
RPMPackage perl-IO-TieCombine-1.005-19.fc36.noarch
This package allows you to tie separate variables into a combined whole, using ties and other magic. This can be very useful when, say, you want a unified output from various different things that return data in different ways (STDIN/ERR, scalars, handles, etc).
RPMPackage perl-IO-Tee-0.66-5.fc36.noarch
IO::Tee objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The IO::Tee constructor, given a list of output handles, returns a tied handle that can be written to. When written to (using print or printf), the IO::Tee object multiplexes the output to the list of handles originally passed to the constructor. As a shortcut, you can also directly pass a string or an array reference to the constructor, in which case IO::File::new is called for you with the specified argument or arguments.
RPMPackage perl-IO-Stty-0.04-8.fc36.noarch
This is the Perl POSIX compliant stty.
RPMPackage perl-IO-String-1.08-44.fc36.noarch
The "IO::String" module provides the "IO::File" interface for in-core strings. An "IO::String" object can be attached to a string, and makes it possible to use the normal file operations for reading or writing data, as well as for seeking to various locations of the string. This is useful when you want to use a library module that only provides an interface to file handles on data that you have in a string variable. Note that perl-5.8 and better has built-in support for "in memory" files, which are set up by passing a reference instead of a filename to the open() call. The reason for using this module is that it makes the code backwards compatible with older versions of Perl.
RPMPackage perl-IO-Socket-Timeout-0.32-21.fc36.noarch
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.
RPMPackage perl-IO-Socket-Socks-0.74-14.fc36.noarch
IO::Socket::Socks connects to a SOCKS proxy and 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 to and from the remote host. In addition to creating a socks client, this module could be used to create a socks server.
RPMPackage perl-IO-Socket-SSL-2.074-2.fc36.noarch
This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl.
RPMPackage perl-IO-Socket-PortState-0.03-27.fc36.noarch
You can use it to check if a port is open or closed for a given host and protocol.
RPMPackage perl-IO-Socket-Multicast-1.12-19.fc36.x86_64
The IO::Socket::Multicast module sub-classes IO::Socket::INET to enable you to manipulate multicast groups. With this module (and an operating system that supports multicast), you will be able to receive incoming multicast transmissions and generate your own outgoing multicast packets.
RPMPackage perl-IO-Socket-IP-0.41-480.fc36.noarch
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.
RPMPackage perl-IO-Socket-INET6-2.73-2.fc36.noarch
Perl Object interface for AF_INET|AF_INET6 domain sockets.
RPMPackage perl-IO-SessionData-1.03-24.fc36.noarch
A set of session modules, former parts of the SOAP::Lite distribution.
RPMPackage perl-IO-Pty-Easy-0.10-18.fc36.noarch
IO::Pty::Easy provides an interface to IO::Pty which hides most of the ugly details of handling ptys, wrapping them instead in simple spawn/read/write commands.
RPMPackage perl-IO-Prompter-0.004015-10.fc36.noarch
IO::Prompter exports a single subroutine, prompt, that prints a prompt (but only if the program's selected input and output streams are connected to a terminal), then reads some input, then chomps it, and finally returns an object representing that text.
RPMPackage perl-IO-Prompt-Tiny-0.003-19.fc36.noarch
This is an extremely simple prompting module, based on the extremely simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need and this module gives it to you without all the overhead of ExtUtils::MakeMaker just to prompt for input.
RPMPackage perl-IO-Prompt-0.997.004-17.fc36.noarch
An object-oriented way to prompt for user input -- and control how the user is prompted. This module is no longer being maintained. Use the IO::Prompter module instead.
RPMPackage perl-IO-Pipely-0.006-2.fc36.noarch
IO::Pipely provides a couple functions to portably create one- and two-way pipes and pipe-like socket pairs. It acknowledges and works around known platform issues so you don't have to.
RPMPackage perl-IO-Pager-2.10-5.fc36.noarch
IO::Pager is used to locate an available pager and programmatically decide whether or not to pipe a file handle's output to the pager.
RPMPackage perl-IO-Null-1.01-41.fc36.noarch
IO::Null is a class for null filehandles. Calling a constructor of this class always succeeds, returning a new null filehandle. Writing to any object of this class is always a no-operation, and returns true. Reading from any object of this class is always no-operation, and returns empty-string or empty-list, as appropriate.