in reply to Re^5: Module development: concurrent versions (Updated)
in thread Module development: concurrent versions (Updated)
You're right that just being able to load both from the same script and run them serially over the same array would meet my immediate needs.
And in theory, it should be possible to load the same named DLL provided they are in different subdirectories. (Under Windows at least.)
But forcing Perl to (re)invoke the dynaloader would require messing with %INC between requires I think.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Module development: concurrent versions (Updated)
by stefbv (Priest) on Dec 24, 2010 at 09:05 UTC | |
by BrowserUk (Patriarch) on Dec 24, 2010 at 10:06 UTC |