Ports Search

Results 4,7614,770 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/Heap-0.80 (Score: 2.4923508E-4)
Perl extensions for keeping data partially sorted
The Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided).
devel/File-Binary-1.7 (Score: 2.4923508E-4)
Perl interface to modify and read binary files
File::Binary is a perl module that provides an interface to modify and read binary files.
devel/File-Dir-Dumper-0.0.8 (Score: 2.4923508E-4)
Perl5 module to dump directory structures meta-data
File::Dir::Dumper - dump directory structures' meta-data in a consistent and machine-readable way.
devel/File-chmod-0.32 (Score: 2.4923508E-4)
File::chmod - Implements symbolic and ls chmod modes
File::chmod is a utility that allows you to bypass system calls or bit processing of a file's permissions. It overloads the chmod() function with its own that gets an octal mode, a symbolic mode, or an "ls" mode. If you wish not to overload chmod(), you can export symchmod() and lschmod(), which take, respectively, a symbolic mode and an "ls" mode.
devel/Find-Lib-1.04 (Score: 2.4923508E-4)
Helper to smartly find libs to use in the filesystem tree
Find::Lib is a perl helper to smartly find libs to use in the filesystem tree.
devel/Filesys-Virtual-Plain-0.10 (Score: 2.4923508E-4)
Plain virtual filesystem
This module is used by other modules to provide a pluggable filesystem.
devel/IO-Stty-0.03 (Score: 2.4923508E-4)
Change and print terminal line settings
IO::Stty is a perl module that change and print terminal line settings.
devel/IPC-PerlSSH-0.16 (Score: 2.4923508E-4)
Class for executing remote perl code over an SSH link
a class for executing remote perl code over an SSH link
devel/IO-Handle-Util-0.01 (Score: 2.4923508E-4)
Perl extension for working with IO::Handle like objects
This module provides a number of helpful routines to manipulate or create IO::Handle like objects.
devel/Iterator-Util-0.02 (Score: 2.4923508E-4)
Essential utilities for the Iterator class
This module implements many useful functions for creating and manipulating iterator objects. An "iterator" is an object, represented as a code block that generates the "next value" of a sequence, and generally implemented as a closure. For further information, including a tutorial on using iterator objects, see the Iterator documentation.