in reply to Confused by symbol table import mechanism of 'use vars'
The typical case where you may need to alias a global is when you're Exporting variables, in which case you *are* in another package (though you'd normally use "Exporter" instead of doing it by hand).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Confused by symbol table import mechanism of 'use vars'
by Anonymous Monk on Oct 30, 2007 at 11:12 UTC |