Ismar Dupanovic wrote: > 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. >
May we see your initialisation code please? Just that up to the run-time stuff. Otherwise I can't guess why it's behaving this way. Cheers, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]