Got 2 modules and a driver script that uses both. Both modules require Exporter and export their functions. However in my driver script I have to fully qualify the function names of the SECOND module(module->function), while the functions of the first module become part of my main:: package namespace and are called without any mention of the module name.
I know the modules are good since I have no problems calling their methods if I use them individually. But whenever I use both in my driver script one of them has to have its functions proceeded by the module name. There is no name clashing in variables or function names. I can provide code if necessary. Just wondering if this is some common oversight on my part........... Ismar Dupanovic WHI 847-964-7872