Help for this page

Select Code to Download


  1. or download this
    @arr2 = map { push @arr2, ($_+ 2) } @data;
    
  2. or download this
    map { push @arr2, ($_+ 2) } @data;