From: matz@... (Yukihiro Matsumoto) Date: 2003-03-07T09:33:13+09:00 Subject: Re: Is there a way to 'unload' a script/module/class ? Hi, In message "Re: Is there a way to 'unload' a script/module/class ?" on 03/03/07, "Glenn M. Lewis" writes: |What if the loaded module is a "*.so" or "*.dll" file? |Will this still work? No. There's no portable way to unload dynamic library. matz.