Help for this page

Select Code to Download


  1. or download this
    local $/;
    my $file = <IN>;
    ...
        push @stringsfound,$searchstring;
      }
    }
    
  2. or download this
    @stringsfound=grep {$file=~/$_/i} @array;