Help for this page

Select Code to Download


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