in reply to Re: How to export hash to xml file
in thread How to export hash to xml file
foreach $control_key (%my_huge_hash)and use the $control_key to walk in the hash and make the xml. In all the examples i saw, all the FAQs and tutorials told me how i can do that with a small hash (with the values declared). I have in every hash key a variable that imports from a while loop that reads a text file to this hash . Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to export hash to xml file
by zentara (Cardinal) on Jan 14, 2009 at 12:28 UTC |