in reply to Re^2: Annoying threads share problem!
in thread Annoying threads share problem!
Perhaps you'd comment on the disparity between that and this?
use threads; use threads::shared;; my $x:shared = bless [], 'X'; Invalid value for shared scalar at (eval 4) line 1, <STDIN> line 2.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Annoying threads share problem!
by dave_the_m (Monsignor) on Oct 09, 2005 at 13:08 UTC |