Help for this page

Select Code to Download


  1. or download this
    for my $textfile (@textfiles) { 
        if (grep) { 
    ...
            output_that_result; 
        }
    }
    
  2. or download this
    for my $textfile (@textfiles) {
        if (grep) {
    ...
        }
    } 
    do_something_with(@results);