Ports Search

Results 7,5917,600 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/IO-BufferedSelect-1.0 (Score: 8.972706E-5)
Line-buffered select interface
IO::BufferedSelect - Line-buffered select interface The purpose of this module is to implement a buffered version of the select interface that operates on lines, rather than characters. Given a set of filehandles, it will block until a full line is available on one or more of them.
devel/Gnome2-GConf-1.044 (Score: 8.972706E-5)
Perl bindings for the GConf2 configuration engine
This module allows you to use the GConf configuration system in order to store/retrieve the configuration of an application. The GConf system is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x.
devel/IO-Null-1.01 (Score: 8.972706E-5)
IO::Null - class for null filehandles
IO::Null ======== 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 nooperation, and returns empty-string or empty-list, as appropriate.
devel/IO-All-0.86 (Score: 8.972706E-5)
IO::All combines all of the best Perl IO modules
IO::All - IO::All combines all of the best Perl IO modules IO::All combines all of the best Perl IO modules into a single Spiffy object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called io, which returns a new IO::All object. And that object can do it all!
devel/IO-Prompter-0.004014 (Score: 8.972706E-5)
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/IPC-PubSub-0.29 (Score: 8.972706E-5)
Interprocess Publish/Subscribe channels
This module provides a simple API for publishing messages to channels and for subscribing to them. When a message is published on a channel, all subscribers currently in that channel will get it on their next "get" or "get_all" call. Currently, it offers three backends: "DBM_Deep" for on-disk storage, "Memcached" for possibly multi-host storage, and "PlainHash" for single-process storage.
devel/JSON-RPC-Dispatcher-0.0508 (Score: 8.972706E-5)
JSON-RPC 2.0 server
JSON::RPC::Dispatcher can make any PSGI/Plack aware server a JSON-RPC 2.0 server. This will allow you to expose your custom functionality as a web service in a relatiely tiny amount of code, as you can see above. This module follows the draft specficiation for JSON-RPC 2.0. More information can be found at: http://groups.google.com/group/json-rpc/web/json-rpc-2-0.
devel/Log-Dispatch-FileShared-1.02 (Score: 8.972706E-5)
Log::Dispatch output class for logging to shared files
Log::Dispatch::FileShared is an output class for logging to shared files under the Log::Dispatch system. Log messages are written using the flock file locking mechanism on a per write basis which means that this module is suitable for sharing a log file in a multitasking environment.
devel/Module-Versions-0.02 (Score: 8.972706E-5)
Perl extension to handle versions of loaded modules
Module::Versions handles versions of loaded modules with a flexible result interface. The main goal is to get as much version informations as possible about a module or module list with a simple call interface and an absolutely flexible result interface. Module::Versions handles *loaded* and *loadable* modules.
devel/Module-Install-1.16 (Score: 8.972706E-5)
Standalone, extensible Perl module installer
Module::Install is a standalone, extensible installer for Perl modules. It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a descendent of CPAN::MakeMaker. Please type "perldoc Module::Install" after installation to see the module usage information.