http://qs321.pair.com?node_id=736324


in reply to How to export hash to xml file

Use XMLout() from XML::Simple.

my $xml = XMLout($your_hashref);
-- vek --

Replies are listed 'Best First'.
Re^2: How to export hash to xml file
by Sombrerero_loco (Beadle) on Jan 15, 2009 at 11:34 UTC
    Thanks.....sorry im a little nerd with this i have the programming foundations not well seated in my mind. I'll try and keep you posted. Thanks anyway!