http://qs1969.pair.com?node_id=836061

bgaber has asked for the wisdom of the Perl Monks concerning the following question:

If string is 'FBD' I want output to be F, B, D I thought s/(\d)/$1,/g would work?