XML::Simple

XML::Simple is a easy API to maintain XML (esp config files).
Download

XML::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Grant McLean
  • Publisher web site:
  • http://www.perlmonks.org/index.pl?node_id=611462

XML::Simple Tags


XML::Simple Description

XML::Simple is a easy API to maintain XML (esp config files). XML::Simple is a easy API to maintain XML (esp config files).SYNOPSIS use XML::Simple; my $ref = XMLin( ); my $xml = XMLout($hashref );Or the object oriented way: require XML::Simple; my $xs = new XML::Simple(options); my $ref = $xs->XMLin( ); my $xml = $xs->XMLout($hashref );(or see "SAX SUPPORT" for 'the SAX way').To catch common errors: use XML::Simple qw(:strict); Requirements: · Perl


XML::Simple Related Software