Ports Search

Results 4,0814,090 of 17,660 for descr%3A%22spam filter%22.(0.009 seconds)
devel/Date-ISO-1.31 (Score: 1.8556489E-4)
Converts dates between ISO and Gregorian formats
Date::ISO is a perl extension for converting dates between ISO and Gregorian formats.
devel/Devel-Pointer-1.00 (Score: 1.8556489E-4)
Fiddle around with pointers
The primary purpose of this is to turn a smashed reference address back into a value. Once a reference is treated as a numeric value, you can't dereference it normally; although with this module, you can. Be careful, though, to avoid dereferencing things that don't want to be dereferenced.
devel/Devel-Size-0.80 (Score: 1.8556489E-4)
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: 1.8556489E-4)
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: 1.8556489E-4)
Perl extension for simple profiler
Devel::KYTProf is a perl code profiler to explore IO blocking time.
devel/Event-Join-0.06 (Score: 1.8556489E-4)
Join multiple "events" into one
Event::Join is a perl module to join multiple "events" into one.
devel/Heap-0.80 (Score: 1.8556489E-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: 1.8556489E-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: 1.8556489E-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: 1.8556489E-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.