Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,1212,130项(搜索用时0.003秒)
devel/Data-Uniqid-0.12 (Score: 0.032514982)
Perl extension for simple genrating of unique id's
Data::Uniqid provides three simple routines for generating unique ids. These ids are coded with a Base62 systen to make them short and handy (e.g. to use it as part of a URL).
devel/Data-Peek-0.46 (Score: 0.032514982)
Collection of low-level debug facilities
Data::Peek started off as DDumper being a wrapper module over Data::Dumper, but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible.
devel/Data-Validate-0.09 (Score: 0.032514982)
Common data validation methods
This module collects common validation routines to make input validation, and untainting easier and more readable. Most of the functions are not much shorter than their direct perl equivalent, but their names make it clear what you're trying to test for.
devel/Data-Perl-0.002009 (Score: 0.032514982)
Base classes wrapping fundamental Perl data types
Data::Perl is a collection of classes that wrap fundamental data types that exist in Perl. These classes and methods as they exist today are an attempt to mirror functionality provided by Moose's Native Traits. One important thing to note is all classes currently do no validation on constructor input.
devel/Data-Printer-0.38 (Score: 0.032514982)
Colored pretty-print of Perl data structures and objects
Data::Printer is meant to do one thing and one thing only: display Perl variables and objects on screen, properly formatted (to be inspected by a human). Here's what Data::Printer has to offer to Perl developers, out of the box: - Very sane defaults (I hope!) - Highly customizable (in case you disagree with me :) - Colored output by default - Human-friendly output, with array index and custom separators - Full object dumps including methods, inheritance and internals - Exposes extra information such as tainted data and weak references - Ability to easily create filters for objects and regular structures - Ability to load settings from a .dataprinter file so you don't have to write anything other than "use DDP;" in your code!
devel/Data-Rand-Obscure-0.021 (Score: 0.032514982)
Perl module for generating (fairly) random strings easily
A module used to generate (fairly) random strings easily.
devel/Data-Rand-0.0.4 (Score: 0.032514982)
Perl module for generating random strings or arrays
A module used to generate random strings and lists.
devel/Data-Random-0.12 (Score: 0.032514982)
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: 0.032514982)
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-Record-0.02 (Score: 0.032514982)
Data::Record - "split" on steroids
Data::Record - "split" on steroids