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


in reply to Re: Replace the nth occurence
in thread Replace the nth occurence

Have you tried to replace the 2nd comma in the following string using your code? Seems there is room for improvement...
my $str = "aa,bb,cc,dd";