Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: qr// hidden risks

by simonm (Vicar)
on Aug 10, 2003 at 18:13 UTC ( [id://282667]=note: print w/replies, xml ) Need Help??


in reply to Re: qr// hidden risks
in thread Risks in the oblivious use of qr//

The qr// operator would be pretty lame if it didn't honor the modifiers that you compiled it with.

Yes, but that's a fair bit different than forcibly disabling the modifiers that you omitted...

What's surprising is not that qr/perl/i produces (?i:perl), but that it produces (?i-xsm:perl), with the other modifiers explicitly disabled.

That makes plenty of sense, but I'd never seen it explicitly documented before.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://282667]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-25 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found