Help for this page

Select Code to Download


  1. or download this
    my $spamtest = SpamAssassin::Mail::SpamAssassin->new(...) : shared;
    
  2. 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 ") :"
    
  3. or download this
    use threads; 
    use threads::shared; 
    ...
        $T = Benchmark::Timer->new();
    }
    Invalid value for shared scalar at (eval 5) line 1, <> line 5.