Trying to work with some old code and noticed that "use Inline" is called multiple times in the same package.
"use" is compile time, so I'm wondering if it makes sense to call "use Inline" multiple times in the same package -- or really in the same app. This is using Inline::Java, and most of the "use Inline" calls are the same with maybe only a change in what is passed to STUDY. Is there any reason to call "use Inline" multiple times? -- Bill Moseley mose...@hank.org