Lets say you have 10 .pm files your using in a program and one contains a list of global variables. As an example lets say one of them is $program_name = "foo"; and another is $version = "0.1";
If i wanted to use these through all the modules, AND use strict. How would I go abut doing this?