Search results for "module:Data::Hierarchy"
Data::Hierarchy - Handle data in a hierarchical structure
Data::Hierarchy provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like a filesystem). One use of Data::Hierarchy is to allow an application to annotate paths in a real filesystem in a single compact...
CLKAO/Data-Hierarchy-0.34 - 05 Nov 2006 05:56:00 UTC
Data::Hierarchy::Traverser - Perl extension for generic hierarchy structure traversal.
This module export one recursive function hierarchy_traverse, which traverses a hierarchy structure in the depth-first fashion. Caution: As it is a recursive function, pay attention of the usage of gobal variables such as $_, <FH>. More detail will b...
TIGERPERL/Data-Hierarchy-Traverser-0.01 - 16 Feb 2007 04:58:33 UTC
Data::Inherited - Hierarchy-wide accumulation of list and hash results
This is a mixin class. By inheriting from it you get two methods that are able to accumulate hierarchy-wide list and hash results....
MARCEL/Data-Inherited-1.100860 - 27 Mar 2010 09:50:44 UTC
Data::HAL - Hypertext Application Language resource
HAL is a format you can use in your hypermedia API. Introduction This section is completely quoted from the specification: There is an emergence of non-HTML HTTP applications ("Web APIs") which use hyperlinks to direct clients around their resources....
DAXIM/Data-HAL-1.001 - 21 Nov 2019 10:14:55 UTC
Perl6::Perldoc::Parser - Parse Perl 6's documentation mark-up language
This module parses text marked up with the Perl 6 Pod notation and converts it to a hierarchical object-based representation....
DCONWAY/Perl6-Perldoc-0.000013 - 28 Oct 2014 20:32:41 UTC
Data::CHEF - Complex Hash Exchange Format
CHEF is a text format of a hash data structure that can be interchanged between programs. Data::CHEF is designed to read and write the CHEF format. The CHEF format can handle multiline records, hierarchial keys, and arrays. All access is performed by...
CHRISJ/Data-CHEF-1.01 - 06 Oct 2002 23:13:45 UTC
Data::Struct - Simple struct building
A *struct* is a data structure that can contain values (attributes). The values of the attributes can be set at creation time, and read and modified at run time. This module implements a very basic and easy to use *struct* builder. Attributes can be ...
JV/Data-Struct-1.701 - 23 Nov 2011 12:47:58 UTC
Data::URIEncode - Allow complex data structures to be encoded using flat URIs.
The world of the web works off of URI's. The Query string portion of URIs already support encoding of key/value paired data - they just don't natively allow for for complex data structures. There are modules or encodings that do support arbitrarily c...
RHANDOM/Data-URIEncode-0.11 - 06 Apr 2007 00:11:36 UTC
Data::TreeDumper - Improved replacement for Data::Dumper. Powerful filtering capability.
Data::Dumper and other modules do a great job of 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 can be difficu...
NKH/Data-TreeDumper-0.40 - 19 May 2011 09:28:01 UTC
Data::Miscellany - Collection of miscellaneous subroutines
This is a collection of miscellaneous subroutines useful in wide but varying scenarios; a catch-all module for things that don't obviously belong anywhere else. Obviously what's useful differs from person to person, but this particular collection sho...
MARCEL/Data-Miscellany-1.100850 - 26 Mar 2010 09:29:13 UTC
Data::Classifier - A tool for classifying data with regular expressions
TRIDDLE/Data-Classifier-0.01
-
02 Sep 2007 02:38:14 UTC
Data::Serializable - Moose role that adds serialization support to any class
A Moose-based role that enables the consumer to easily serialize/deserialize data structures. The default serializer is Storable, but any serializer in the Data::Serializer hierarchy can be used automatically. You can even install your own custom ser...
ROBINS/Data-Serializable-0.41.0 - 29 Nov 2013 09:48:33 UTC
SOAP::Data::ComplexType - An abstract class for creating and handling complex SOAP::Data objects
This module is intended to make it much easier to create complex SOAP::Data objects in an object-oriented class-structure, as users of SOAP::Lite must currently craft SOAP data structures manually. It uses SOAP::Data::Builder internally to store and ...
RYBSKEJ/SOAP-Data-ComplexType-0.044 - 13 Nov 2006 16:18:54 UTC
Data::Record::Serialize - Flexible serialization of a record
Data::Record::Serialize encodes data records and sends them somewhere. This module is primarily useful for output of sets of uniformly structured data records. It provides a uniform, thin, interface to various serializers and output sinks. Its *raiso...
DJERIUS/Data-Record-Serialize-1.04 - 06 Sep 2022 10:19:25 UTC
Package::Data::Inheritable - Inheritable and overridable package data/variables
This module tries to deliver inheritable package data (variables) with a reasonably convenient interface. After declaration the variables can be used like ordinary package variables. Most importantly, these variables can be inherited by derived class...
GCERRAI/Package-Data-Inheritable-0.05 - 04 Oct 2007 13:44:28 UTC
Data::TreeDumper::Renderer::GTK - Gtk2::TreeView renderer for Data::TreeDumper
GTK-perl renderer for Data::TreeDumper. This widget is the gui equivalent of Data::TreeDumper; it will display a perl data structure in a TreeView, allowing you to fold and unfold child data structures and get a quick feel for what's where. Right-cli...
NKH/Data-TreeDumper-Renderer-GTK-0.02 - 30 Aug 2008 09:56:24 UTC
Data::Record::Serialize::Error - Error objects
For the user of "Data::Record::Serialize" Most errors result in exception objects being thrown, typically in the "Data::Record::Serialize::Error" hierarchy. The exception objects will stringify to an appropriate error message. Additional payload data...
DJERIUS/Data-Record-Serialize-1.04 - 06 Sep 2022 10:19:25 UTC