in reply to Re: creating thread : are parameter objects passed via reference ?
in thread creating thread : are parameter objects passed via reference ?
ok i tried it out :
used a hash in the main block and passed a reference of it to the thread => the thread gets always a whole new hash regardless i pass a ref or the hash itself !