Ports Search

Results 4,7514,760 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/Data-Range-Compare-1.031 (Score: 2.4923508E-4)
Find gaps & intersections in lists of ranges
This package provides a universal framework for calculating the intersections and gaps in/of 2 dimensional ranges.
devel/Data-Section-Simple-0.07 (Score: 2.4923508E-4)
Read data from __DATA__
Data::Section::Simple is a simple module to extract data drom __DATA__ section of the file.
devel/Data-URIEncode-0.11 (Score: 2.4923508E-4)
Allow complex data structures to be encoded using flat URIs
Data::URIEncode allows for encoding and decoding complex (multi level datastructures) using native Query String manipulators (such as CGI.pm). It takes complex data and turns it into a flat hashref which can then be turned into a URI query string using URL encoding. It also takes a flat hashref of data passed in and translates it back to a complex structure.
devel/Date-Calc-XS-6.4 (Score: 2.4923508E-4)
XS wrapper and C library plug-in for Date::Calc
Date::Calc::XS is a XS wrapper and C library plug-in for Date::Calc.
devel/Date-ISO-1.31 (Score: 2.4923508E-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: 2.4923508E-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: 2.4923508E-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: 2.4923508E-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: 2.4923508E-4)
Perl extension for simple profiler
Devel::KYTProf is a perl code profiler to explore IO blocking time.
devel/Event-Join-0.06 (Score: 2.4923508E-4)
Join multiple "events" into one
Event::Join is a perl module to join multiple "events" into one.