Copy or clone a hashtable?

I thought the following line of code would make the job. However, despite at first glance it works fine, it has some unexpected consequences: both objects are now bound and any changes made to one of them is also made to the other one. To convince you, try the following script which does followings: Create […]