Help for this page

Select Code to Download


  1. or download this
    @temp_list = map { ...1... } ...2....;
    print @temp_list;
    
  2. or download this
    use Benchmark 'cmpthese';
    my @vals = (10_000..15_000);
    ...
    map_void 11.9/s       --     -23%     -50%
    map      15.5/s      30%       --     -34%
    for      23.6/s      99%      52%       --