Help for this page

Select Code to Download


  1. or download this
    Can't locate File/Basename.pm in @INC (@INC contains:
    C:\DOCUME~1\tconti\LOCALS~
    1\Temp\2\XMLTest\{C1521678-58D3-4255-8522-22E56B852F4F}\ .) at
    XML/Simple.pm lin
    e 157.
    
  2. or download this
    use XML::Simple;
    use Data::Dumper;
    ...
           $configHash = $parser->XMLin('d:\test.xml', searchpath => '.', 
    +forcearray => ['valueType']);
    
           print Dumper($configHash);