Help for this page
my $count = grep /match/, <DATA>; print $count; ... not34234 match 4232434
print scalar(grep /match/, <DATA>);