Ports Search

Results 12,18112,190 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/File-Flock-Retry-0.61 (Score: 6.4754924E-5)
Yet another flock module
File::Flock::Retry is yet another flock module. It is a more lightweight alternative to File::Flock with some other differences: - OO interface only - Autoretry (by default for 60s) when trying to acquire lock
devel/File-FnMatch-0.02 (Score: 6.4754924E-5)
Simple filename and pathname matching
File::FnMatch::fnmatch() provides simple, shell-like pattern matching. Though considerably less powerful than regular expressions, shell patterns are nonetheless useful and familiar to a large audience of end-users.
devel/Getopt-Euclid-0.4.5 (Score: 6.4754924E-5)
Executable Uniform Command-Line Interface Descriptions
Getopt::Euclid uses your program's own documentation to create a command-line argument parser. This ensures that your program's documented interface and its actual interface always agree.
devel/Function-Parameters-1.0705 (Score: 6.4754924E-5)
Subroutine definitions with parameter lists
Function::Parameters extends Perl with keywords that let you define functions with parameter lists. It uses Perl's keyword plugin API, so it works reliably and doesn't require a source filter.
devel/Future-0.33 (Score: 6.4754924E-5)
Build objects representing outstanding operations
A Future object represents an operation that is currently in progress, or has recently completed. Library functions that perform asynchronous operations would use Future objects to allow calling programs to control or wait for those operations to complete.
devel/Glib-Object-Introspection-0.040 (Score: 6.4754924E-5)
Dynamically create Perl language bindings
Glib::Object::Introspection uses the gobject-introspection and libffi projects to dynamically create Perl bindings for a wide variety of libraries. Examples include gtk+, webkit, libsoup and many more.
devel/IO-HTML-1.001 (Score: 6.4754924E-5)
Open an HTML file with automatic charset detection
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.
devel/IPC-ShareLite-0.17 (Score: 6.4754924E-5)
Simple interface to access shared memory
IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. Your operating system must support SysV IPC (shared memory and semaphores) in order to use this module.
devel/IO-Digest-0.11 (Score: 6.4754924E-5)
Calculate digests while reading or writing
This module allows you to calculate digests while reading or writing file handles. This avoids the case you need to reread the same content to compute the digests after written a file.
devel/Inline-CPP-0.74 (Score: 6.4754924E-5)
Write Perl subroutines and classes in C++
The Inline::CPP module allows you to put C++ source code directly "inline" in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl.