Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: example of 'm / / m' related example and compare to 'm / / s'

by ikegami (Patriarch)
on Dec 05, 2011 at 17:56 UTC ( [id://941901]=note: print w/replies, xml ) Need Help??


in reply to Re^2: example of 'm / / m' related example and compare to 'm / / s'
in thread PERL regex modifiers for m//

//m causes ^ and $ to match at newlines in the middle of your string, while //s causes . to match newlines.

You're comparing using /m to not using /m, and using /s to not using /s. You're not comparing /m to /s.

Your river example compares the location of the rivers, but there's no common aspect of /m and /s to compare.

  • Comment on Re^3: example of 'm / / m' related example and compare to 'm / / s'

Log In?
Username:
Password:

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

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

    No recent polls found