Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は自分の Web プロジェクトで多数の perl スクリプトを使用しています。これは、jquery ajax 呼び出しを介して呼び出しています。各 perl スクリプトには、mysql データベース接続情報 (user_name、パスワード、データベース名) が含まれています。
各 perl ファイルのデータベース接続情報を回避し、セキュリティの問題なしにグローバルに保存できるようにするためのより良い方法はありますか。