Hi, I've just used inline to build a module that needs to dynamically load a third party dll.
I forgot to add 'require DynaLoader;' to the '.pm' file, but it's working fine despite the omission (so long as the third party dll is in one of my path directories). Is this another case of Inline automagic, or do I need to take a closer look at what 'require DynaLoader' means ? (My understanding is that if the module's functions require this dll, then the module *must* 'require DynaLoader' - but *my* module does not explicitly 'require DynaLoader'.) Happy to provide further info, if needed. Cheers, Rob