Subject: | extend Multiline_Matching to /s and /ms? |
I marked this as Normal rather than Wishlist because I'm intending to
offer a patch if you're open to this.
I'm doing some work where I'm using Expect to implement a binary
protocol and ran into a little bump because match() was returning it
split on newlines. I hacked it to use /ms if
$Expect::Multiline_Matching was set to 2. I'd intend to make this into
a patch where 2 would result in /s and 3 would result in /ms.
Would you be willing to consider incorporating this?