On Wed Jan 25 10:18:43 2012, demerphq wrote: > So IMO I suggest pretty strongly that this patch be reverted or at > minimum fixed so it doesnt change the behavior of REGEXP objects > inside of a match. It doesn’t seem that hard. The attached patch makes this simple case work: $ ./miniperl -Ilib -M-overloading -le '$x = qr/abc/; print $x; print "abcd" =~ /${x}d/' Regexp=REGEXP(0x8045a0) 1 But it causes failures elsewhere. It probably just needs a bit of tweaking. -- Father ChrysostomosThread Previous | Thread Next