in reply to Re: Re: Coding for two platforms in one Script
in thread Coding for two platforms in one Script
There is no need to require the module in each block. Just require it once. If you are using imported subs, you will need to import it once in each module that uses those subs.
It's hard to understand why you're getting these errors, so maybe you should try to post a small example of some code that gives you errors when you use require.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Coding for two platforms in one Script
by BoredByPolitics (Scribe) on Dec 06, 2001 at 23:19 UTC |