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

Re^5: Pattern matching

by soonix (Canon)
on Nov 11, 2018 at 21:18 UTC ( [id://1225593]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Pattern matching
in thread Pattern matching

Most probably due to passing the regex as string instead of using qr. Besides: the /x flag is missing, too, for the same reason.

Replies are listed 'Best First'.
Re^6: Pattern matching
by AnomalousMonk (Archbishop) on Nov 11, 2018 at 21:28 UTC
    Most probably due to passing the regex as string instead of using qr.

    Most certainly due to this. If warnings had been enabled, some Unrecognized escape \s passed through ... messages would have been seen. (And \b is a backspace IIRC.) The problem could also have been avoided by defining the regex as a single-quoted string, but I would not recommend this because I seem to remember that using single-quoted strings in this way still has some corner-case pitfalls. I agree: use of  qr// is best here.


    Give a man a fish:  <%-{-{-{-<

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-24 09:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found