my $number_of_crds = 0; while() { if ( $_ =~ /CME20CP6/) { $number_of_crds++; } ... ... } #### if ( $_ =~ /callIdentificationNumber\s+:\s+\'(.+)\') { print "callIndentificationNumber: $1\n"; }