Help for this page
Select Code to Download
Select
or
download this
my @new_a = map { $_+1 } @a;
Select
or
download this
foreach ( map { $_ +1 } @a ) { #whatever }