Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第9,0019,010项(搜索用时0.009秒)
devel/File-Slurp-9999.19 (Score: 7.770591E-5)
Perl5 module for single call read & write file routines
These are quickie routines that are meant to save a couple of lines of code over and over again. They do not do anything fancy.
devel/File-Find-Rule-0.34 (Score: 7.770591E-5)
Alternative interface to File::Find
File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.
devel/File-HomeDir-1.00 (Score: 7.770591E-5)
Get home directory for self or other users
File::HomeDir -- get home directory for self or other users This module provides a function, home, and also ties the in-all-packages variable %~.
devel/File-Modified-0.10 (Score: 7.770591E-5)
Perl module for checking intelligently if files have changed
The Modified module is intended as a simple method for programs to detect whether configuration files (or modules they rely on) have changed.
devel/Getopt-Declare-1.14 (Score: 7.770591E-5)
Declaratively Expressed Command-Line Arguments via Regular Expressions
Getopt::Declare is yet another command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use. To parse the command-line in @ARGV, one simply creates a Getopt::Declare object, by passing Getopt::Declare::new() a specification of the various parameters that may be encountered. The specification is a single string, in which the syntax of each parameter is declared, along with a description and (optionally) one or more actions to be performed when the parameter is encountered. The specification string may also include other usage formatting information (such as group headings or separators) as well as standard Perl comments (which are ignored).
File::ShareDir returning Path::Class objects
File::ShareDir::PathClass is just a wrapper around File::ShareDir functions, transforming their return value to Path::Class objects. This allows for easier usage of the value.
devel/re2-20151101 (Score: 7.770591E-5)
Fast C++ regex library
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input. RE2 implements memory limits, so that searches can be constrained to a fixed amount of memory. RE2 is engineered to use a small fixed C++ stack footprint no matter what inputs or regular expressions it must process; thus RE2 is useful in multithreaded environments where thread stacks cannot grow arbitrarily large.
devel/IO-Prompt-0.99.7002 (Score: 7.770591E-5)
Interactively prompt for user input
By default, this module exports a single function 'prompt'. It prompts the user to enter some input, and returns an object that represents the user input.
devel/Import-Into-1.002005 (Score: 7.770591E-5)
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/Lingua-Translit-0.19 (Score: 7.770591E-5)
Transliterates text between writing systems
Lingua::Translit can be used to convert text from one writing system to another, based on national or international transliteration tables. Where possible a reverse transliteration is supported.