-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-IO-Tty-1.08-4.lbn13.x86_64
IO::Tty and IO::Pty provide an interface to pseudo tty's.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-IO-Tty-1.10-8.fc18.1302280417kf.armv6hl
IO::Tty and IO::Pty provide an interface to pseudo tty's.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13