in reply to "panic: top_env": Is this error resulting from a Perl bug?
It's helpful to get the test case as short as possible. In this case: ./perl -e'qr/(?{rand < 5})/' shows the bug (but rand + 5 doesn't). Note that it happens at compile time, not run time.
|
|---|