Legacy code question: Suppose we have a script "S" which uses a number of modules "M1" ... "Mn". Furthermore suppose one of those module "Mi" exports its package global variable $foo. Can S determine the fully qualified name of $foo (in this case $Mi::foo)?
Re: How to de-reference a coderef? (B tricks) supplies a way to determine the fully qualified name of a sub from its coderef. Can something similar be done with variables?
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |