in reply to Sharing the scalar love?
When you use a module in a script, any variables defined in that module with our (instead of my) are automatically exported.
Alternatively, just declare the variable in one module (package) and refer to it using the package name, double colon, variable name.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sharing the scalar love?
by chromatic (Archbishop) on Dec 22, 2003 at 21:08 UTC | |
by exussum0 (Vicar) on Dec 22, 2003 at 21:21 UTC | |
by chromatic (Archbishop) on Dec 22, 2003 at 21:24 UTC | |
by exussum0 (Vicar) on Dec 22, 2003 at 21:34 UTC | |
by Joost (Canon) on Dec 22, 2003 at 21:51 UTC | |
| |
by jcpunk (Friar) on Dec 22, 2003 at 21:28 UTC |