Lab::Data::XMLtree

Lab::Data::XMLtree can handle and store XML and perl data structures with precise declaration.
Download

Lab::Data::XMLtree Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Schroer
  • Publisher web site:
  • http://search.cpan.org/~schroeer/Lab-Instrument-1.2/lib/Lab/Instrument/HP34401A.pm

Lab::Data::XMLtree Tags


Lab::Data::XMLtree Description

Lab::Data::XMLtree can handle and store XML and perl data structures with precise declaration. Lab::Data::XMLtree can handle and store XML and Perl data structures with precise declaration.SYNOPSIS use Lab::Data::XMLtree; my $data_declaration = { info => ,# type A title => ,# type A place => # type A } ], column => ,# type A max => ,# type A description => # type A } ], axis => ,# type A logscale => ,# type A description => # type A } ] }; #create Lab::Data::XMLtree object from file $data=Lab::Data::XMLtree->read_xml($data_declaration,'filename.xml'); #the autoloader # get print $data->info_title; # get with $id print $data->column_description($id); # set with $key and $value $data->axis_description($label,'descriptiontext'); #save data as YAML $data->save_yaml('filename.yaml'); Requirements: · Perl


Lab::Data::XMLtree Related Software