in reply to How do I insert (not overwrite) into a string?
my $string = "ello"; $string =~ s/^/Henry said H/; [download]