in reply to Configuration Storage (Perl Vars) in Database

Connecting to a database in perl requires that you specify host, username, password... stuff that normally goes into a config file. So you'll still need a config file, to access the database, to get the other config file...

  • Comment on Re: Configuration Storage (Perl Vars) in Database