Data::Validate::Structure

Data::Validate::Structure is a Perl module used to handle a structure in custom ways.
Download

Data::Validate::Structure Ranking & Summary

Advertisement

  • Rating:
  • License:
  • AGPL
  • Price:
  • FREE
  • Publisher Name:
  • Martin Owens
  • Publisher web site:
  • http://search.cpan.org/~doctormo/Data-Validate-XSD-1.05/lib/Data/Validate/Structure.pm

Data::Validate::Structure Tags


Data::Validate::Structure Description

Data::Validate::Structure is a Perl module used to handle a structure in custom ways. Data::Validate::Structure is a Perl module used to handle a structure in custom ways.SYNOPSIS use Data::Validate::Structure; my $structure = Structure->new( $data ); # Check sub structures matches exactly $structure == $structure2 # Check sub structures matches equaly (array order not important) $structure eq $structure # Check structure contains all of structure2 at least $structure >= $structure2 # Check structure2 contains all of structure at least $structure $structure2 # structure2 must contain structure but not equal it $structure < $structure2 # Make sure structure does not exactly match structure2 $structure != $structure2 # Remove all parts of structure2 from structure $structure - $structure2 $structure -= $structure2 # Merge two structures together $structure + $structure2 $structure += $structure2Requirements:· Perl Requirements: · Perl


Data::Validate::Structure Related Software