Help for this page

Select Code to Download


  1. or download this
    my @fileData = <FILE>;
    foreach my $fileLine (@fileData) {
    
  2. or download this
    open (DATA, "grep <string> <file-list> |");
    while (<DATA>) {