my $xml = XML::Simple->new(); my $xml_Load = $xml->XMLin("Input.xml"); print Dumper $xml_Load; $xml->XMLout($xml_Load,OutputFile => "Output.xml");