Help for this page

Select Code to Download


  1. or download this
    my $tid = threads->self->tid;
    
  2. or download this
    $q->enqueue( ( undef ) x $maxnoofThreads );
    
  3. or download this
    use strict;
    use threads;
    ...
            ## Perform output/cleanup
        }
    }