in reply to re-using a hash reference (was: Mar)
my $temp; $temp = $hash1->{'a'}->{'b'}->{'c'}; $hash2->{'bob'} = $temp if defined $temp; [download]