http://rt.perl.org/rt3/Ticket/Display.html?id=3646 All are fixed except for problem 3: eval { $_ = "1"; our $foo = qr{ (\d+) (?{ die "foo" }) (?{ $undefined }) }x; m{ (??{ $foo }) }x; }; print "result is [$@]\n"; Now it segfaults in both 5.8.8 and 5.10. -- Alexandr Ciornii, http://chorny.netThread Previous | Thread Next