http://www.perlmonks.org?node_id=993526


in reply to Matching behavior with (?^u)

Hmm... odd.

Interesting to note the difference between qr/[ä]+/, qr/[Xä]+/ and qr/[äX]+/.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'