in reply to Config parsing module for mod_perl app?

I use XML::Simple to convert my configuration files to a hash from XML, this allows me multiple ways to access and deal with the information outside of Perl if needed.
  • Comment on Re: Config parsing module for mod_perl app?