In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (3li Marion) writes:
>I encounter a very strange problem with interactions between main program
>and several modules.
>
>If there is no interaction between modules (module1 calling module2 and
>module2 calling module1) there is no problem with any
On 4/26/2004 12:01 PM, 3li Marion wrote:
I encounter a very strange problem with interactions between main program
and several modules.
If there is no interaction between modules (module1 calling module2 and
module2 calling module1) there is no problem with any sub each module.
But if the mod1 us
I encounter a very strange problem with interactions between main program
and several modules.
If there is no interaction between modules (module1 calling module2 and
module2 calling module1) there is no problem with any sub each module.
But if the mod1 uses 'use mod2' and mod2 uses 'use mod