http://qs321.pair.com?node_id=1225593


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:  <%-{-{-{-<