my @list = ...; my @newList = @list; s/_string$// for @newList;