Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第10,29110,300项(搜索用时0.013秒)
devel/Devel-Size-0.80 (Score: 5.3006617E-5)
Perl extension for finding the memory usage of Perl variables
This module figures out the real sizes of Perl variables in bytes. Call functions with a reference to the variable you want the size of. If the variable is a plain scalar it returns the size of the scalar. If the variable is a hash or an array, use a reference when calling.
devel/IOC-0.29 (Score: 5.3006617E-5)
Lightweight IOC (Inversion of Control) framework
This module provide a lightweight IOC or Inversion of Control framework. Inversion of Control, sometimes called Dependency Injection, is a component management style which aims to clean up component configuration and provide a cleaner, more flexible means of configuring a large application.
devel/Devel-KYTProf-0.05 (Score: 5.3006617E-5)
Perl extension for simple profiler
Devel::KYTProf is a perl code profiler to explore IO blocking time.
devel/Event-Join-0.06 (Score: 5.3006617E-5)
Join multiple "events" into one
Event::Join is a perl module to join multiple "events" into one.
devel/Heap-0.80 (Score: 5.3006617E-5)
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: 5.3006617E-5)
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: 5.3006617E-5)
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: 5.3006617E-5)
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: 5.3006617E-5)
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: 5.3006617E-5)
Plain virtual filesystem
This module is used by other modules to provide a pluggable filesystem.