Help for this page
for my $textfile (@textfiles) { if (grep) { ... output_that_result; } }
for my $textfile (@textfiles) { if (grep) { ... } } do_something_with(@results);