Thread unuse module;: any workaround
(19 answers)
Opened by lichtkind at 2005-10-17 23:23
Hmm, ich muss zugeben, auf Anhieb kann ich auch kein minimalistisches Beispiel ohne Referenzen konstruieren, dass ein "Cacheproblem" hätte.
Ich habe allerdings folgendes in perldoc Symbol gefunden: "[...] Since perl, for performance reasons, does not perform a symbol table lookup each time a function is called or a global variable is accessed, some code that has already been loaded and that makes use of symbols in package "Foo" may stop working after you delete "Foo", even if you reload the "Foo" module afterwards." Also sollte man es im Zweifelsfalle vielleicht nicht darauf ankommen lassen... When C++ is your hammer, every problem looks like your thumb.
|