probably a weird question, but bear with me (-: when Perl loads a module using use , this is a compile time directive, and assuming this module doesn t use require anywhere in this module, can I launch a script which uses that module and while the script ruins erase the module from the HDD and be sure that the module is all loaded into the memory? (can call all of its methods and such...)
谢谢