Help for this page
Select Code to Download
Select
or
download this
@arr2 = map { push @arr2, ($_+ 2) } @data;
Select
or
download this
map { push @arr2, ($_+ 2) } @data;