Help for this page

Select Code to Download


  1. or download this
    my @arr_new = map { # generate $something2add from $_
                        [$something2add];
                      } @arr_name;