Help for this page

Select Code to Download


  1. or download this
    #!perl -slw
    use strict;
    ...
    my @threads = map{ threads->create( \&thread ) } 1 .. 100;
    
    <STDIN>;
    
  2. or download this
    #!perl -slw
    use strict;
    ...
    
    <STDIN>;