in reply to Re: Variables from modules
in thread Variables from modules
our declares a variable to be valid within the block or file.Er, no. our creates a lexically-scoped alias of a global variable. The variable is still accessible from any src file by providing the fully-qualified name. There is is no need for the the OP to use use vars, as my working code I posted earlier demonstrates.
Dave.
|
|---|