⭐ in reply to How do I insert (not overwrite) into a string?
my $str = "ello"; substr($str,0,0,"H"); [download]
Cheers, KM