in reply to Copying hash contents, from nested hash (was: a simple one)
my %newhash = %{ dclone \%hash }; [download]
foreach (values %hash) { my %newcookie = %{ dclone $_ }; # more code here } [download]
_________broquaint