Data::NDS

Routines to work with a perl nested data structure
Download

Data::NDS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sullivan Beck
  • Publisher web site:
  • http://search.cpan.org/~sbeck/List-Parseable-1.01/Parseable.pod

Data::NDS Tags


Data::NDS Description

Routines to work with a perl nested data structure Data::NDS is a Perl module that includes routines to work with a perl nested data structure.SYNOPSIS use Data::NDS; $obj = new Data::NDS;This is a module for working with a perl nested data structure (NDS). A data structure may consist of any number of nested perl data types including: lists hashes scalars other (everything else)This module can easily perform the following operations:Access parts of the NDS It is very easy to get a value stored somewhere in an NDS, or to set a value somewhere in an NDS.Verify structural integrity Often, a data structure may have constraints on it (certain parts of it may be lists, hashes, or scalars). This module can enforce those constraints when setting parts of the NDS.Merge multiple NDSs into a single NDS Two different NDSs may be merged into a single NDS using a series of rules (described below).A reasonably complete set of examples for how to do these and other tasks is included below. Requirements: · Perl


Data::NDS Related Software