Ports Search

Results 2,5112,520 of 5,623 for /devel/.(0.004 seconds)
devel/IO-Prompter-0.004014 (Score: 0.032514982)
Prompt for input, read it, clean it, return it
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.
devel/IO-Pty-Easy-0.10 (Score: 0.032514982)
Easy interface to IO::Pty
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. IO::Pty::Easy uses IO::Pty internally, so it inherits all of the portability restrictions from that module.
devel/IO-TieCombine-1.005 (Score: 0.032514982)
Perl 5 module to produce tied separate but combined variables
IO::TieCombine - produce tied (and other) separate but combined variables.
devel/IO-Toolkit-1.008 (Score: 0.032514982)
IO::Toolkit - Perl extension to create logfiles
IO::Toolkit - Perl extension to create log files
devel/IO-Util-1.5 (Score: 0.032514982)
Selection of general-utility IO function
IO::Util - A selection of general-utility IO function This is a micro-weight module that exports just a couple of functions of general utility in IO operations.
devel/IO-YAML-0.08 (Score: 0.032514982)
Read and write YAML streams incrementally
IO::YAML may be used to read and write YAML streams one document (i.e., one value) at a time.
devel/IO-stringy-2.111 (Score: 0.032514982)
Use IO handles with non-file objects
IO-stringy makes it possible to create perl filehandles that point to just about any object. It contains next modules: IO::AtomicFile - write a file which is updated atomically IO::InnerFile - define a file inside another file IO::Lines - IO:: interface for reading/writing an array of lines IO::Scalar - IO:: interface for reading/writing a scalar IO::ScalarArray - IO:: interface for reading/writing an array of scalars IO::Wrap - wrap raw filehandles in IO::Handle interface IO::WrapTie - wrap tieable objects in IO::Handle interface
devel/IPC-Cache-0.02 (Score: 0.032514982)
Persist data across processes via shared memory
IPC::Cache implements an object store where data is persisted across processes.
devel/IPC-Cmd-0.84 (Score: 0.032514982)
Finding and running system commands made easy
IPC::Cmd allows you to run commands, interactively if desired, platform independent but have them still work.
devel/IPC-DirQueue-1.0 (Score: 0.032514982)
IPC::DirQueue - disk-based many-to-many task queue
This module implements a FIFO queuing infrastructure, using a directory as the communications and storage media. No daemon process is required to manage the queue; all communication takes place via the filesystem.