Hello, monks...
I have a problem. I have a module (M), "use"d by a package (P), and the package is imported into main with "use". I want to "use" the module M in main's namespace as well. When i do the "use", however, the symbols from module M are not imported into the namespace because module M is already in %INC. What is the cleanest way to handle such a situation? I cannot find this problem addressed in the camel. Thanks...