in reply to Perl segfaulting when using a hairy regex

After removing the cruft the regex our $re = qr/(??{$re})/; looks a little self referential, and fails to compile.

Update: read the actual question rather than just the code :(


DWIM is Perl's answer to Gödel