my $oldvalue = read_value_from_registry(); my $value = "the thing you want to append"; my $newvalue = $oldvalue.$value; write_to_registry($newvalue);