in reply to Re: XML:Simple Config
in thread XML:Simple Config

Exactly what I was looking for. Thanks!

Replies are listed 'Best First'.
Re^3: XML:Simple Config
by grantm (Parson) on Sep 02, 2010 at 21:45 UTC

    If you are going to stick with XML::Simple, then you should probably read MJD's tutorial on references and also take a look at this article on avoiding common bugs with using XML::Simple.

    I originally created XML::Simple specifically for the purpose of reading XML config files but I almost never use them any more. It wasn't obvious to me just how bad an idea it was until I did some work with Java :-)