Is it possible to load modules at run time, require '/file_path/file_name.pm ;' , and share the memory between threads?
Basically, I have a pool of threads, if thread#1 decides to load a module, I want the module available to all the threads! http://stackoverflow.com/q/6553598/758523