Help for this page

Select Code to Download


  1. or download this
    our $count = 0;
    sub my_callback {
    ...
    $thread->join;
    
    print "count = $count\n"; # prints 0