probably a strange question, but carry me (-: when Perl loads the module using "use", this is a compile time directive, and assuming that this module does not use "require" anywhere in this module, can I run the script, which "uses" this module, and while the script ruins erase the module from the hard drive and make sure that the module is loaded into memory? (can you call all its methods, etc.)
Thank,
source
share