my @arr1; foreach my $val (@arr) { $val =~ s/TEXT//gx; push @arr1, $val; }