in reply to Re: Use of freed value in iterationin thread Use of freed value in iteration
Also, use Devel::Peek to print the internals of some of its values and let us see the output. For instance:
use Devel::Peek; ... $system{some_host}{some_user} = $ldap->whatever(); Dump($system{some_host}{some_user}); [download]