What is the story behind the CRIMSON_SCOPE_HACK?
I see that it exists for each wheel, that it is meant to prevent SEGV's in
older versions of Perl, and that it appears to be used at the top of
anonymous subroutines passed as parameters to $kernel->state(...).
What older versions of Perl?
How does this prevent SEGV?
sub CRIMSON_SCOPE_HACK ($) { 0 }
....
sub {
# prevents SEGV
0 && CRIMSON_SCOPE_HACK('<');
# subroutine starts here
....
--
Garrett Goebel
IS Development Specialist
ScriptPro Direct: 913.403.5261
5828 Reeds Road Main: 913.384.1008
Mission, KS 66202 Fax: 913.384.2180
www.scriptpro.com [EMAIL PROTECTED]