Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: This regex surprised me

by Athanasius (Archbishop)
on Aug 13, 2014 at 17:17 UTC ( [id://1097322]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     3:05 >perl -wE "my $q = qr/^ab$/; say $q;"
    (?^u:^ab$)
    
     3:06 >
    
  2. or download this
    my $qre = qr/^ab$/m;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (10)
As of 2024-04-23 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found