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


in reply to Re: Re: Replacing a given character starting with the xth occurence in a string
in thread Replacing a given character starting with the xth occurence in a string

This was great! Thanks!

I spent a huge amount of time trying to figure out how to split on characters, I tried everything except what you used. (I was at work, and so only had the man pages to work from).

All of your tips were greatly appreciated. I didn't know that foreach automatically assigned $_. Useful knowledge, that.

I like the result much better than my original, and it was very cool to see how to use map.

Still Learning, sharle