Help for this page
Select Code to Download
Select
or
download this
@a = map { ++$_ % 10 } @a;
Select
or
download this
@a = map {++$_ % 10 } @a[0-5,7];