use XML::Simple; use Data::Dumper; $parser = new XML::Simple; $configHash = $parser->XMLin('d:\test.xml', searchpath => '.', forcearray => ['valueType']); print Dumper($configHash);