in reply to add text to a string
$str = 'bcde'; $new = join "" => a => split // => $str; # $new = 'abcde'; [download]