my $number_of_crds = 0; while() { if ( $_ =~ /CME20CP6/) { $number_of_crds++; } ... ... }