Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,3412,350项(搜索用时0.003秒)
devel/File-DirSync-1.22 (Score: 0.032514982)
Perl5 module for synchronizing two directories rapidly
File::DirSync will make two directories exactly the same. The goal is to perform this synchronization process as quickly as possible with as few stats and reads and writes as possible. It usually can perform the synchronization process within a few milliseconds - even for gigabytes or more of information.
devel/File-Find-Closures-1.11 (Score: 0.032514982)
Functions you can use with File::Find
The author wrote this module as an example of both using closures and using File::Find. Students are always asking me what closures are good for, and here's some examples. The functions mostly stand alone (i.e. they don't need the rest of the module), so rather than creating a dependency in your code, just lift the parts you want).
devel/File-Find-Object-0.2.13 (Score: 0.032514982)
Object oriented File::Find replacement
File::Find::Object does same job as File::Find but works like an object and with an iterator. As File::Find is not object oriented, one cannot perform multiple searches in the same application. The second problem of File::Find is its file processing: after starting its main loop, one cannot easily wait for another event an so get the next result. With File::Find::Object you can get the next file by calling the next() function, but setting a callback is still possible.
devel/File-Slurp-Tiny-0.004 (Score: 0.032514982)
Simple, sane and efficient file slurper
File::Slurp::Tiny provides functions for fast and correct slurping and spewing. All functions are optionally exported.
devel/File-Slurp-9999.19 (Score: 0.032514982)
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-Spec-Native-1.004 (Score: 0.032514982)
Perl extension for native OS implementation of File::Spec
This module is a stupid hack to make the default File::Spec behavior available from a subclass. This can be useful when using another module that expects a subclass of File::Spec but you want to use the current, native OS format (automatically detected by File::Spec).
File::Find::Rule adapted to Filesys::Virtual
This module allows you to use File::Find::Rule file finding semantics to Filesys::Virtual derived filesystems.
devel/File-Sync-0.11 (Score: 0.032514982)
Perl5 module interface to the UNIX sync(2) and POSIX.1b fsync(2)
File::Sync provides Perl interfaces to the Unix sync(2) and POSIX.1b fsync(2) system calls. The fsync() call is needed for putting messages into qmail maildirs, and sync() is included for completeness.
devel/File-Find-Rule-0.34 (Score: 0.032514982)
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-Tail-Multi-0.1 (Score: 0.032514982)
Stateful tail of multiple files
Derived from MultiTail, this perl library makes it easy to tail a dynamic list of files and match/except lines using full regular expressions and even maintains their state locally. File::Tail::Multi will tail multiple files and return the records read to a Data Structure. The Data Structure can be processed by File::Tail::Multi functions.