in reply to Hash of Hashes Shared Across Parallel Forks Orphans Memory

Change that to
$temp = $hash{'test'}; $temp->{'test'} = 'test'; $hash{'test'} = $temp;
Nothing special here, just the usual issues with tie.