in reply to How do I insert (not overwrite) into a string?

my($str) = 'ello'; $str = "H$str";