Help for this page

Select Code to Download


  1. or download this
    my @newlist = map { $_*2 } @list;
    
    ...
    {
      push @newlist, $item * 2;
    }