I wont comment on the rest. 

But Larry has already assigned/blessed 'our' for this usage. (vs. my for
pure thread local lexical.)

<chaim>

>>>>> "BCW" == Bryan C Warnock <[EMAIL PROTECTED]> writes:

BCW> =item *

BCW> The Thread module should add a C<global> keyword or function that explicitly
BCW> access a variable in the program-global stash.

BCW>     C<global $main::foo = $foo;  # Let another thread know what my $foo is.>
BCW>     C<global $main::foo = \$foo; # Share my local foo.  Dangerous!>
BCW>     C<$foo = global $main::foo;  # Localize this instance of $main::foo.>

-- 
Chaim Frenkel                                        Nonlinear Knowledge, Inc.
[EMAIL PROTECTED]                                               +1-718-236-0183

Reply via email to