in reply to Re^2: Scope of variables
in thread Scope of variables
main:: is the default. If there are no other packages that's the one your in and there is no need to include the prefix. If there is a package (e.g. a module) that has a variable of the same name then you would need the package prefix to distinguish between the two.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Scope of variables
by Nalina (Monk) on Apr 21, 2006 at 07:12 UTC | |
by wfsp (Abbot) on Apr 21, 2006 at 07:31 UTC |