TAP::DOM

TAP as document data structure
Download

TAP::DOM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steffen Schwigon
  • Publisher web site:
  • http://search.cpan.org/~schwigon/

TAP::DOM Tags


TAP::DOM Description

TAP as document data structure TAP::DOM is a Perl module designed to:A) to define a reliable data structure;B) to help create this structure from TAP.That is useful when you want to analyze the TAP in detail with "data exploration tools", like Data::DPath."Reliable" means that this structure is kind of an API that will not change, so your data tools can, well, rely on it.SYNOPSIS use TAP::DOM; my $tapdata = new TAP::DOM( tap => $tap ); # same options as TAP::Parser print Dumper($tapdata); Requirements: · Perl


TAP::DOM Related Software