Use XMLout() from XML::Simple.
my $xml = XMLout($your_hashref); [download]
In reply to Re: How to export hash to xml file by vek in thread How to export hash to xml file by Sombrerero_loco