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

Yes, but not in the same pass.
>perl -E"say join ',', qq{foo\nfoot\nroot} =~ /^foo/gm;" foo,foo
  • Comment on Re^3: example of 'm / / m' related example and compare to 'm / / s'
  • Download Code