Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    
            ## do stuff with @localData
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    }
    sleep 1 while threads->list( threads::running );
    $_->join for threads->list( threads::joinable );