# New Ticket Created by  Siavash 
# Please include the string:  [perl #127227]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127227 >



I experienced this problem in this code:
$_ = "abcdefgh"; say ++$_ until /(\w)<{$0.Str.succ}><{$0.Str.succ.succ}>/ and 
!/i|o|l/ and /(\w)$0.*(\w)$1/;

And `/(\w)<{$0.Str.succ}><{$0.Str.succ.succ}>/` regex is causing it. To
be more specific the `<{}>` parts.

Note: The end result should be 'abcdffaa'.
                                   

Reply via email to