I am using number of perl scripts in my web project, which I am calling through jquery ajax calls. Each perl script contains mysql database connection information (user_name, password, database name).
Is there any better way, so that I can avoid database connection information in each perl file, and can store that globally, without any security issues.