in reply to Re^2: pattern matching once
in thread pattern matching once
perldoc perlop ... "m/PATTERN/msixpodualngc" "/PATTERN/msixpodualngc" ... "m?PATTERN?msixpodualngc" "?PATTERN?msixpodualngc"
With the // or ?? delimiters the m at the beginning is optional.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: pattern matching once
by haukex (Archbishop) on Aug 11, 2023 at 17:42 UTC | |
by jwkrahn (Abbot) on Aug 11, 2023 at 20:03 UTC | |
Re^4: pattern matching once
by haj (Vicar) on Aug 11, 2023 at 17:45 UTC | |
by choroba (Cardinal) on Aug 12, 2023 at 18:40 UTC |