in reply to Re-calling in a list of variables into different .pl's
Another option would be to have the variables exported by creating your own package that gets the variables and putting use myvariables; at the beginning of your code, but that would require more work (although it might be "The Right Way" to do it).
|
|---|