Help for this page
#!/bin/perl -w use strict; use XML::Simple; ... my $dump = new XML::Dumper; print "XML::Dumper: ", $dump->pl2xml( $struct);
XML::Simple: <opt tata="duh"> <tutu tutu_tata="2" tutu_toto="1" /> ... </item> </hash> </perldata>