<p>Hi,</p>
<p>If an Erlang session on command prompt is running and I call a function from a module, the module gets loaded. If I realize that there is a bug, and while leaving the erl session running, change the code and recompile the module and amny other modules, the older version of the module remains loaded in teh erl session.</p>
<p>How do I unload all loaded modules so that the newly compiled modules get loaded the next time I invoke the function in the erl session, the new code takes effect?</p>
<p>Thanks,<br />Yash</p>