-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/imsx not visible inside (??{}) #3674
Comments
From [email protected]$ perl -le 'print "not ok" if "a\n"! etc. Same thing with /(?i:a(??{"a"})/. At the time that (??{}) is compiled (during execution of the entire Do we need a (??imsx-imsx{}) shorthand for Or do we just hackishly convert them to (??{"(?imsx-imsx:" . RE . ")"})? Or do we document that modifiers aren't visible inside (??{})? -- Flags: Site configuration information for perl v5.6.0: Configured by rick at Wed Apr 26 16:08:10 EDT 2000. Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Locally applied patches: @INC for perl v5.6.0: Environment for perl v5.6.0: |
Migrated from rt.perl.org#6353 (status was 'resolved')
Searchable as RT6353$
The text was updated successfully, but these errors were encountered: