Help for this page

Select Code to Download


  1. or download this
    my $shared = MCE::Shared->scalar(0);
    
    ...
    END {
        print "The answer is $shared\n";
    }