my $count = grep /match/, ; print $count; __DATA__ match123123 match3123 nomat not34234 match 4232434 #### print scalar(grep /match/, );