I am currently working on a journal script and part of it is a config file that I'm parsing with Config::General. This config
file is used by currently by 2 different CGI scripts and eventully will used by more. It also contains the password to the journal and the database in plain text. I am trying to find a way to move the config file out of the CGI directory with the other 2 scripts and put it somewhere more secure without having the user have to change a line in two or more scripts. The Config::General docs only talk about having an option for putting in relitive paths. The code I currently have is at
my site Any ideas?