You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6 <foo %s> < bar %s> | 10: END
Match successful!
Guessing start of match, REx `(.*?)%s' against ` bar %s'...
Found floating substr `%s' at offset 5...
Did not find /^/m...
Match rejected by optimizer
foo .*? bar %s
So it thinks there is an anchor /^/m. Probably an old bug exposed by
new optimizations...
Migrated from rt.perl.org#1945 (status was 'resolved')
Searchable as RT1945$
The text was updated successfully, but these errors were encountered: