in reply to Re^2: Misreading m// documentation (BUG?)
in thread Misreading m// documentation

Um, $ is still a metacharacter, try '\$x'
  • Comment on Re^3: Misreading m// documentation (BUG?)

Replies are listed 'Best First'.
Re^4: Misreading m// documentation (BUG?)
by LanX (Saint) on Mar 12, 2014 at 12:03 UTC
      Yes, interpolation means double quoted string, regex metacharacters are still regex metacharacters m/.$/ and m'.$' match the same string

      variables interpolate in double quoted strings but metachars are still metachars