in reply to Hash of Hashes Shared Across Parallel Forks Orphans Memory
$temp = $hash{'test'}; $temp->{'test'} = 'test'; $hash{'test'} = $temp; [download]