You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-IPTables-Parse-0.7-5.lbn13.noarch
The IPTables::Parse package provides an interface to parse iptables rules on Linux systems through the direct execution of iptables commands, or from parsing a file that contains an iptables policy listing. You can get the current policy applied to a table/chain, look for a specific user-defined chain, check for a default DROP policy, or determing whether or not logging rules exist.
RPMPackage perl-IPTables-ChainMgr-0.9-4.noarch
The IPTables::ChainMgr package provides an interface to manipulate iptables policies on Linux systems through the direct execution of iptables commands. Although making a perl extension of libiptc provided by the iptables project is possible, it is easy to just execute iptables commands directly in order to both parse and change the configuration of the policy. Further, this simplifies installation since the only external requirement is (in the spirit of scripting) to be able to point IPTables::ChainMgr at an installed iptables binary instead of having to compile against a library.
RPMPackage perl-IPC-Run3-0.044-1.lbn13.noarch
This module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system, qx, and open3 with a simple, extremely Perlish API and none of the bloat and rarely used features of IPC::Run.
RPMPackage perl-IPC-Run-0.84-2.lbn13.noarch
IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.
RPMPackage perl-IPC-Cmd-0.46-121.lbn13.x86_64
IPC::Cmd allows you to run commands, interactively if desired, in a platform independent way, but have them still work.
RPMPackage perl-IO-stringy-2.110-12.lbn13.noarch
This toolkit primarily provides modules for performing both traditional and object-oriented I/O) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have IO::AtomicFile, which may be used to painlessly create files that are updated atomically. And in the "this-may-prove-useful" corner, we have IO::Wrap, whose exported wraphandle() function will clothe anything that's not a blessed object in an IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about whether your function's caller handed you a string, a globref, or a FileHandle.
RPMPackage perl-IO-Zlib-1.10-239.lbn13.noarch
This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using.
RPMPackage perl-IO-Zlib-1.09-121.lbn13.x86_64
This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using.
RPMPackage perl-IO-Tty-1.10-8.fc18.1302280417kf.armv6hl
IO::Tty and IO::Pty provide an interface to pseudo tty's.
RPMPackage perl-IO-Tty-1.08-4.lbn13.x86_64
IO::Tty and IO::Pty provide an interface to pseudo tty's.
RPMPackage perl-IO-String-1.08-9.lbn13.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-SSL-1.88-2.lbn13.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-INET6-2.57-1.lbn13.noarch
Perl Object interface for AF_INET|AF_INET6 domain sockets
RPMPackage perl-IO-Interface-1.05-10.fc18.armv6hl
IO::Interface adds methods to IO::Socket objects that allows them to be used to retrieve and change information about the network interfaces on your system. In addition to the object-oriented access methods, you can use a function-oriented style.
RPMPackage perl-IO-Interface-1.05-3.lbn13.x86_64
IO::Interface adds methods to IO::Socket objects that allows them to be used to retrieve and change information about the network interfaces on your system. In addition to the object-oriented access methods, you can use a function-oriented style.
RPMPackage perl-IO-HTML-1.00-1.lbn13.noarch
IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.
RPMPackage perl-IO-Compress-2.048-239.lbn13.noarch
This module is the base class for all IO::Compress and IO::Uncompress modules. This module is not intended for direct use in application code. Its sole purpose is to to be sub-classed by IO::Compress modules.
RPMPackage perl-IO-Async-0.60-1.lbn13.noarch
A collection of modules that implement asynchronous filehandle IO
RPMPackage perl-IO-All-0.39-5.lbn13.noarch
The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions.
RPMPackage perl-IO-AIO-4.15-4.lbn13.x86_64
This module implements asynchronous I/O using whatever means your operating system supports.