use XML::Simple; use strict; use warnings; my $xml = XMLin('10002000'); print XMLout($xml); #### 1000 2000
## 1000 2000