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


in reply to Re: Strange result from "abbbbbc" =~ /(b)*?(b*?)c/
in thread Strange result from "abbbbbc" =~ /(b)*?(b*?)c/

I can reproduce his results with ActivePerl 5.6.1

$1 = 'a' $2 = 'bbbbb' @- = (1, 0, 1) @+ = (7, 1, 6)