Anyone know of a good FAQ or tutorial on Perl scope? It eludes me. C++ has a wonderful system of private and public data/functions, something which is greatly forced in Perl: you've got to use the Exporter module, and even then, use strict won't allow you to create "global" variables so making public variables with that on is impossible. But turning off use strict is bad form. What the heck do I do? Grr.
Any advice or references would be appreciated.
-Nick
Any advice or references would be appreciated.
-Nick