in reply to Re^2: Some odd ambiguity in this regex (updated)
in thread Some odd ambiguity in this regex

Please apply this single line and show us the result:

DB<5> x $_='12a3b'; /\d\D*/g 0 1 1 '2a' 2 '3b' DB<6>

> But, you're correct it IS a debugger thing

Very unlikely.

And you've already been quick to blame Perl in the past.

Edit

We need a possibility to reproduce your problem before searching a hypothetical bug.

So please reproduce, and tell us the versions of perl and the debugger.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery