Help for this page

Select Code to Download


  1. or download this
    use MCE::Grep;
    my @a = mce_grep { $_ % 5 == 0 } 1..10000;
    
  2. or download this
     
    use threads;
    use Thread::Queue;
    ...
      print $result, "\n";
      push @results, $result;
      }