Version 2 of How to unload a package

Updated 2012-01-20 01:49:10 by sergio

Here is my test case:

 * start tclsh
 * package require MyPackage
 * call some functions from MyPackage

How I can release all resources that were used by MyPackage without closing tclsh?