Ports Search

Results 2,0912,100 of 5,623 for /devel/.(0.002 seconds)
devel/Data-Properties-0.02 (Score: 0.032514982)
Data::Properties - persistent properties
This class is a Perl version of Java's java.util.Properties and aims to be format-compatible with that class.
devel/Data-Dumper-Perltidy-0.01 (Score: 0.032514982)
Stringify and pretty print Perl data structures
Data::Dumper::Perltidy encapsulates both Data::Dumper and Perl::Tidy to provide a function that stringifies a Perl data structure in a pretty printed format.
devel/Data-Dumper-Simple-0.11 (Score: 0.032514982)
Easily dump variables with names
This module allow the user to dump variables in a Data::Dumper format. Unlike the default behavior of Data::Dumper, the variables are named (instead of $VAR1, $VAR2, etc.) Data::Dumper provides an extended interface that allows the programmer to name the variables, but this interface requires a lot of typing and is prone to tyops (sic). This module fixes that. Data::Dumper::Simple is actually a source filter that replaces all instances of Dumper($some, @args) in your code with a call to Data::Dumper->Dump(). You can use the one function provided to make dumping variables for debugging a trivial task. Note that this is primarily a debugging tool. Data::Dumper offers a bit more than that, so don't expect this module to be more than it is.
devel/Data-Dumper-2.161 (Score: 0.032514982)
Stringified perl data structures, suitable for both printing and eval
Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return value can be evaled to get back an identical copy of the original reference structure.
devel/Data-GUID-0.047 (Score: 0.032514982)
Generate globally unique identifiers
Data::GUID provides a simple interface for generating and using globally unique identifiers.
devel/Data-Recursive-Encode-0.06 (Score: 0.032514982)
Perl extension to encode/decode values in a structure
Encode/Decode values in a structure.
devel/Data-HexDump-Range-0.13.59 (Score: 0.032514982)
Hexadecimal Range Dumper with color, bitfields and skip ranges
Creates a dump from binary data and user defined range descriptions. The goal of this module is to create an easy to understand dump of binary data. This achieved through: - Highlighted (colors) dump that is easier to understand than a monochrome blob of hex data - Multiple rendering modes with different output formats - Bitfield rendering - Skipping uninterresting data - The possibility to describe complex structures
devel/Data-Rx-0.200007 (Score: 0.032514982)
Perl implementation of Rx schema system
Data::Rx is the perl implementation of Rx schema system.
devel/Data-Hierarchy-0.34 (Score: 0.032514982)
Handle data in a hierarchical structure
Data::Hierarchy provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like filesystem).
devel/Data-RoundRobin-0.03 (Score: 0.032514982)
Serve data in a round robin manner
This module provides a round robin object implementation. It is similar to an iterator, only the internal counter is reset to the beginning whenever it reaches the end. It might also be considered as a circular iterator.