Ports Search

Results 4,6914,700 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
devel/Data-Dumper-Concise-2.022 (Score: 1.0360788E-4)
Less indentation and newlines plus sub deparsing
Data::Dumper::Concise is a perl module for less indentation and newlines plus sub deparsing.
devel/Data-GUID-0.047 (Score: 1.0360788E-4)
Generate globally unique identifiers
Data::GUID provides a simple interface for generating and using globally unique identifiers.
devel/Data-Random-0.12 (Score: 1.0360788E-4)
Perl module for generating random data
A module used to generate random data. Useful mostly for test programs.
devel/Data-Range-Compare-1.031 (Score: 1.0360788E-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: 1.0360788E-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: 1.0360788E-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: 1.0360788E-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: 1.0360788E-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.0360788E-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.0360788E-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.