Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "Structure1:\n".Dumper(XMLin($xml1,ForceArray => 1));
    print "Structure2:\n".Dumper(XMLin($xml2,ForceArray => 1));
    
  2. or download this
    Structure1:
    $VAR1 = {
    ...
              'logdir' => '/var/log/foo/'
            };