Help for this page
substr $string, 0, 0, 'a';
substr ($string, 0, 0) = 'a';
my $string = 'a'; $string .= 'bcde';