Help for this page
Select Code to Download
Select
or
download this
my @newlist = map { $_*2 } @list; ... { push @newlist, $item * 2; }