Help for this page

Select Code to Download


  1. or download this
    my @list = map {
      do_something_complex($_);
    } @other_list;