Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,5312,540项(搜索用时0.003秒)
devel/IPC-SharedCache-1.3 (Score: 0.032514982)
Perl module for managing a SysV IPC shared memory cache
This module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key argument to tie. Every process that accesses shared memory with the same key gets access to the same region of memory. In some ways it resembles a file system, but it is not hierarchical and it is resident in memory. This makes it harder to use than a filesystem but much faster. The data in shared memory persists until the machine is rebooted or it is explicitly deleted.
devel/Lingua-JA-Fold-0.08 (Score: 0.032514982)
Lingua::JA::Fold - fold a Japanese text
This module is used for Japanese text wrapping and so on.
devel/IPC-ShellCmd-0.005 (Score: 0.032514982)
Run a command with a given environment and capture output
IPC::ShellCmd comes from the nth time I've had to implement a select loop and wanted appropriate sudo/su privilege magic, environment variables that are set in the child, working directories set etc. It aims to provide a reasonable interface for setting up command execution environment (working directory, environment variables, stdin, stdout and stderr redirection if necessary), but allowing for ssh and sudo and magicking in the appropriate shell quoting. It tries to be flexible about how you might want to capture output, exit status and other such, but in such a way as it's hopefully easy to understand and make it work. Setup method calls are chain-able in a File::Find::Rule kind of a way.
devel/Import-Base-1.002 (Score: 0.032514982)
Import a set of modules into the calling module
This module makes it easier to build and manage a base set of imports. Rather than importing a dozen modules in each of your project's modules, you simply import one module and get all the other modules you want. This reduces your module boilerplate from 12 lines to 1.
devel/Import-Into-1.002005 (Score: 0.032514982)
Import packages into other packages
Import::Into creates a global method import::into which you can call on any package to import it into another package.
devel/List-Cycle-1.02 (Score: 0.032514982)
Objects for cycling through a list of values
List::Cycle - objects for cycling through a list of values.
devel/List-Flatten-0.01 (Score: 0.032514982)
Interpolate array references in a list
Flattens nested array elements into a single list.
devel/List-Gen-0.974 (Score: 0.032514982)
Functions for generating lists
List::Gen provides higher order functions, list comprehensions, generators, iterators, and other utility functions for working with lists. walk lists with any step size you want, create lazy ranges and arrays with a map like syntax that generate values on demand. there are several other hopefully useful functions, and all functions from List::Util are available.
devel/Inline-ASM-0.03 (Score: 0.032514982)
Write Perl Subroutines in assembler
Inline::ASM allows you to write Perl subroutines in assembly language. Of course, many C compilers allow you to put assembly right in your C code, so this module does not provide any new functionality. It does, however, provide a feature most C compilers don't: you can mix different assembler syntaxes in the same file!
devel/Inline-C-0.76 (Score: 0.032514982)
Write Perl Subroutines in C
Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use Inline with the C programming language. It also goes a bit into Perl C internals.