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
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
> perlcc -r -e '$a = qr/(?{++$b})/; $b = 7; print qq[ok\n] if /$a$a/ && $b == 9;'
Eval-group not allowed at runtime, use re 'eval' in regex m/(?^:(?{++$b}))(?^:(?{++$b}))/ at -e line 1.
we are recompiling the RegExp at INIT time
The text was updated successfully, but these errors were encountered:
oneliner
we are recompiling the RegExp at INIT time
The text was updated successfully, but these errors were encountered: