in reply to How is it that I can see this package variable from another package without fully-qualifying its name?
Since it is lexically scoped, there is no reason that changing the default prefix used for global variables — read, the package — should have anything at all to do with changing scope. Scoped variables are completely different, since they have no package prefix.
|
|---|