in reply to
Replacing characters in a string
substr($word, 3, 2) = "AB";
[download]
Boris
Comment on
Re: Replacing characters in a string
Download
Code
In Section
Seekers of Perl Wisdom