my $val = " World"; my %hash = (key => "Hello"); $hash{key} .= $val; print "$hash{key}";