Oh wise monks,
My programming style in other languages is to write a file called MyAppStuff which contains global constants which conform to MyApps naming conventions so as not to cause confusion in later work. I then include this file in all the app files. And test scripts.
I would like to do something similar in perl. But it looks to me like use, require, and do all do otherwise intelligent things with scoping which prevents me from doing this.
What is the wisest way to proceed?