Ports Search

Results 6,8116,820 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/Event-ExecFlow-0.64 (Score: 9.06569E-5)
API for complex flow controls with asynchronous execution of external programs
Event::ExecFlow provides a high level API for defining complex flow controls with asynchronous execution of external programs.
Inherit file attributes from parent directories
Works like File::Attributes, but will recurse up the directory tree until a matching attribute is found.
devel/Hook-LexWrap-0.25 (Score: 9.06569E-5)
Lexically scoped subroutine wrappers for Perl
Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine.
devel/Getopt-Tabular-0.3 (Score: 9.06569E-5)
Table-driven argument parsing for Perl 5
Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv.
devel/IO-Tee-0.64 (Score: 9.06569E-5)
Multiplex output to multiple output handles
The `IO::Tee' constructor, given a list of output handles, returns a tied handle that can be written to but not read from. When written to (using print or printf), it 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.
devel/Heap-Simple-XS-0.10 (Score: 9.06569E-5)
XS implementation of the Heap::Simple interface
This module provides an XS implementation of the interface described in Heap::Simple. Look there for a description.
devel/IO-Async-0.70 (Score: 9.06569E-5)
Perl modules that implement asynchronous filehandle IO
This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of IO::Async::Set to act as a container for a number of IO::Async::Notifier objects (or subclasses thereof). The set itself is responsible for checking read- or write-readiness, and informing the notifiers of these conditions. The notifiers then perform whatever work is required on these conditions, by using subclass methods or callback functions.
devel/InlineX-CPP2XS-0.24 (Score: 9.06569E-5)
Convert from Inline C++ code to XS
InlineX::CPP2XS is a perl module to create an XS file from an Inline C++ file.
devel/List-Objects-Types-1.003002 (Score: 9.06569E-5)
Type::Tiny-based types for List::Objects::WithUtils
A set of Type::Tiny-based types & coercions matching the list objects found in List::Objects::WithUtils.
devel/Log-Any-Adapter-Log4perl-0.08 (Score: 9.06569E-5)
Log::Any adapter for Log4perl
This is a port for Log::Any::Adapter::Log4perl, Log::Any's adapter for Log4perl.