http://www.perlmonks.org?node_id=29239


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

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