?-xism:

F

fishfry

The statement

print qr/abc/;

produces the output

(?-xism:abc)

I looked in man perlop and didn't find a clear description of what this
means. Where's this documented? What's it mean?
 
D

David K. Wall

fishfry said:
The statement

print qr/abc/;

produces the output

(?-xism:abc)

I looked in man perlop and didn't find a clear description of what this
means. Where's this documented? What's it mean?

Try perlre instead.

"(?imsx-imsx)"
One or more embedded pattern-match modifiers, to be turned on
(or turned off, if preceded by "-") for the remainder of the
pattern or the remainder of the enclosing pattern group (if
any). This is particularly useful for dynamic patterns, such
...
 
G

gnari

fishfry said:
The statement

print qr/abc/;

produces the output

(?-xism:abc)

I looked in man perlop and didn't find a clear description of what this
means. Where's this documented? What's it mean?

try perlre

gnari
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top