Alan Burlison writes: > 3. Modified dl_generic_private_init() in dlutils.c to install > Perl_call_atexit() handler that calls dl_unload_all_files() when the > interpreter exits. Is it good enough? What is the semantic of loading/unloading DLL? What happens to initialized/uninitialized data? Is it *guarantied* to be reset on the next loading? What happens with multiple interpreters in presence? IlyaThread Previous | Thread Next