Reputation: 1558
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!
Upvotes: 1
Views: 122