in reply to generate XML command front to package

You could look at XML::Config as the basis for your code

Given a well formed configuration file like this:

<Root> <A_variable>A Key</A_variable> </Root> it returns: {A_variable => 'A Key'}

'Cat