while( defined (my $line = ) ) { chomp $line; # my @new = grep /[CORP|DEOGD001]+?/g/,@array; my @new = grep /(CORP|DEOGD001)+?/g, @array; . . . usw }