$string = "Hello World"; substr($string,6)="Perl"; print $string;
Hello Perl
Hello Perl World
Hello
Perl World