Ports Search

Results 2,1512,160 of 5,623 for /devel/.(0.003 seconds)
devel/Data-Thunk-0.07 (Score: 0.032514982)
Lazy/deferred evaluation - a sneakier Scalar::Defer
This is an implementation of thunks a la Scalar::Defer, but uses Data::Swap and assignment to $_[0] in order to leave a minimal trace of the thunk.
GTK renderer for Data::TreeDumper
GTK renderer for Data::TreeDumper.
devel/Data-TreeDumper-0.40 (Score: 0.032514982)
Dumps a data structure in a tree fashion
Data::Dumper and other modules do a great job at dumping data structures. Their output, however, often takes more brain power to understand than the data itself. When dumping large amounts of data, the output can be overwhelming and it's difficult to see the relationship between each piece of the dumped data. Data::TreeDumper also dumps data in a tree-like fashion but hopefully in a format more easily understood. Data::TreeDumper also gives one extraordinary control over output and provides for custom filtering of and iteration over data structures.
devel/Data-Types-0.09 (Score: 0.032514982)
Validate and convert data types
This module exports a number of functions that are useful for validating and converting data types. It is intended for use in applications where data types are more important than they typically are in Perl -- e.g., database applications.
devel/Data-URIEncode-0.11 (Score: 0.032514982)
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/Data-Util-0.63 (Score: 0.032514982)
Perl extension for utilities for data and data types
This module provides utilities for data and data types.
devel/Data-Validator-1.07 (Score: 0.032514982)
Rule based validator on type constraint system
This is yet another validation library, based on Smart::Args but less smart. This is designed for general data validation. For example, it is useful for CSV, JSON, XML, and so on.
devel/Data-Visitor-Encode-0.10007 (Score: 0.032514982)
Perl extension to encode/decode values in a structure
Data::Visitor::Encode visits each node of a structure, and returns a new structure with each node's encoding (or similar action). If you ever wished to do a bulk encode/decode of the contents of a structure, then this module may help you.
devel/DateTime-Cron-Simple-0.2 (Score: 0.032514982)
Parse a cron entry and check against current time
This module is a quick and dirty way to determine if a cron time format is valid for the current date and time.
devel/Data-Visitor-0.30 (Score: 0.032514982)
Visitor style traversal of Perl data structures
This module is a simple visitor implementation for Perl values. It has a main dispatcher method, visit, which takes a single perl value and then calls the methods appropriate for that value.