Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: qr//x and \# weirdness (AS 5.8?)

by tedrek (Pilgrim)
on May 28, 2003 at 04:56 UTC ( [id://261219]=note: print w/replies, xml ) Need Help??


in reply to qr//x and \# weirdness (AS 5.8?)

I got the same results on 5.8 under Linux
however I did discover this bit which didn't behave as expected
my $re_e = qr[\w+ \# f]x; print $re_e; __END__ (?x-ism:\w+ \# f )
which kinda looks like the new line is at the end of the regex. *shrug*

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-23 06:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found