Help for this page

Select Code to Download


  1. or download this
        @new_list = map {s/foo/bar/} @old_list;
    
  2. or download this
        @new_list = map {s/foo/bar/; $_} @old_list;