in reply to Help using XML Simple

There is no meaningful data relationship between different parts of your code, so I'll direct you towards first creating a data structure.

Read perldata to understand perl hashes.

Get input from your users, and store the information in key-value pairs in your hash structure.

After the hash structure is populated, usex XMLout to store the information in an XML file.

        "You're only given one little spark of madness. You mustn't lose it."         - Robin Williams