[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Invalid value for share scalar?



On Mon, 2006-10-02 at 13:12 -0400, Watson, Keith R. wrote:
> Chris,
> 
> I'm unfamiliar with the syntax of line 39. What is it supposed to do?

It makes the array shared across threads.  I'm using threads and the
error message I'm getting is specific to threads.

If a value is not shared then it will get a copy of the data just like
with a fork().

> 
> keith