Great and wise purveyors of Perl wisdom, I beg your assistance once again in this simple but important matter.
I have a series of Perl CGI scripts that access a database for various useful reasons and would like to store the database connection information (i.e. server, database, username, password) in a safe place and reference them in such a way that I only need to change one file in order to point all of the scripts to the correct server.
What is the safest way to accomplish this?
Thank you so much - I am learning much!