- or download this
my $spamtest = SpamAssassin::Mail::SpamAssassin->new(...) : shared;
- or download this
use threads;
use threads::shared;
...
Unquoted string "shared" may clash with future reserved word at (eval
+3) line 1, <> line 2.
syntax error at (eval 3) line 1, near ") :"
- or download this
use threads;
use threads::shared;
...
$T = Benchmark::Timer->new();
}
Invalid value for shared scalar at (eval 5) line 1, <> line 5.