in reply to Re: example of 'm / / m' related example and compare to 'm / / s'
in thread PERL regex modifiers for m//
C:>perl -e "$s = \"foo\nfoot\nroot\";($y) = $s =~ /^foo/gm;print $y;" foo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: example of 'm / / m' related example and compare to 'm / / s'
by ikegami (Patriarch) on Nov 28, 2011 at 18:29 UTC |