http://www.perlmonks.org?node_id=16931

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: (strings)

Example :
In the string "     " (5 chars long), add "A" at character 3 and "B" at character 2 to result in " BA  ".

Originally posted as a Categorized Question.